From fda7a0ea985353c0fb9027f6002e2a31672ef7ca Mon Sep 17 00:00:00 2001 From: emphasize Date: Mon, 25 Dec 2023 15:49:27 +0100 Subject: [PATCH] license... --- .github/workflows/license_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index a91c61b8..863347f9 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -37,7 +37,7 @@ jobs: requirements: 'requirements-all.txt' fail: 'Copyleft,Other,Error' fails-only: true - exclude: '^(caldav).*' + exclude: '^(caldav|recurring-ical-events|x-wr-timezone).*' exclude-license: '^(Mozilla).*$' - name: Print report if: ${{ always() }}