From e9a4658f9785125373f02000296f5d420a25d129 Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Mon, 27 Jan 2025 16:03:50 +0100 Subject: [PATCH 1/2] ci: run arm32 test only on demand --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d8848064..09496dcc8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,7 +159,7 @@ jobs: arm32-test: name: 🦾 ARM32 build test needs: [reuse, c-lint, lua-lint] - if: "github.event_name == 'pull_request'" + if: "contains(github.event.pull_request.labels.*.name, 'TEST_ARM32') && github.event_name == 'pull_request'" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From dcc04f4c5a734ca9edb76c52183fdcd5e3250a37 Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Mon, 27 Jan 2025 16:12:58 +0100 Subject: [PATCH 2/2] ci: bump fsfe/reuse-action to v5 --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09496dcc8..e0b0d6747 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,8 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: fsfe/reuse-action@v4 - + - uses: fsfe/reuse-action@v5 c-lint: name: 🚨 C lint