From 1f5297d66f8675130c87e46dc878096d7de2c781 Mon Sep 17 00:00:00 2001 From: nqhu Date: Tue, 25 Nov 2025 11:09:49 +0100 Subject: [PATCH 1/3] artifacts test --- .github/workflows/check_licenses.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 98db3ece26..5b32d2f25b 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -147,3 +147,14 @@ jobs: fi + - name: Generate artifacts + if: always() + uses: actions/upload-artifact@v4 + with: + name: license-results + path: | + licenses_test.json + modules_results.json + missing_modules.txt + + From 3c4d09a6a8ee4407c42ea4a8e4260f73e42a60d0 Mon Sep 17 00:00:00 2001 From: nqhu Date: Tue, 25 Nov 2025 11:39:31 +0100 Subject: [PATCH 2/3] tiny fix --- .github/workflows/check_licenses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 5b32d2f25b..cd73974e9b 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -2,7 +2,7 @@ name: Check and update licenses on: push: - branches: [ "main" ] + branches: [ "main", "licenses" ] pull_request: branches: [ "main" ] # types: [opened, synchronized] From c2f3fd0fbe28f917441976da0e9ce7e071561231 Mon Sep 17 00:00:00 2001 From: nqhu Date: Tue, 25 Nov 2025 11:46:22 +0100 Subject: [PATCH 3/3] undo fix --- .github/workflows/check_licenses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index cd73974e9b..5b32d2f25b 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -2,7 +2,7 @@ name: Check and update licenses on: push: - branches: [ "main", "licenses" ] + branches: [ "main" ] pull_request: branches: [ "main" ] # types: [opened, synchronized]