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