diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 909b18a7..fa439eee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,7 @@ jobs: test-using-since-and-until: name: Test changed-files using since and until runs-on: ${{ matrix.platform }} - if: github.event_name == "push" + if: github.event_name == 'push' strategy: fail-fast: false max-parallel: 4