diff --git a/.github/workflows/paths-filtering-tests.yml b/.github/workflows/paths-filtering-tests.yml index 74d56fd..2b87e8f 100644 --- a/.github/workflows/paths-filtering-tests.yml +++ b/.github/workflows/paths-filtering-tests.yml @@ -38,6 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - run: echo Required files were changed! + - run: exit 1 # The job with name matching the required status check build: needs: [changes, in-scope]