Skip to content

Commit

Permalink
feat: run changes file once to ignore matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Jun 14, 2024
1 parent 109ef0a commit 9f3d0ae
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f3d0ae

Please sign in to comment.