From 9f3d0aeda21349c165bc43831694cfab3a30f361 Mon Sep 17 00:00:00 2001 From: Thomas De Meyer Date: Fri, 14 Jun 2024 14:21:17 +0200 Subject: [PATCH] feat: run changes file once to ignore matrix --- .github/workflows/tests.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0a609c3..e0a05f8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,13 +33,16 @@ jobs: with: verbose: true - - name: Has changes file - if: github.actor != 'dependabot[bot]' - uses: mach-composer/check-changie-changes-action@main + changes-file: + runs-on: ubuntu-latest + if: github.actor != 'dependabot[bot]' + steps: + - uses: actions/checkout@v4 + - uses: mach-composer/check-changie-changes-action@main changie: runs-on: ubuntu-latest - needs: test + needs: [test, changes-file] if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' permissions: contents: write