Skip to content

Commit

Permalink
Remove cancellation of regression tests (#3779)
Browse files Browse the repository at this point in the history
The matrix regression test is designed to show us _which_ versions have regressions, so cancelling them when one fails does not make sense. Let's try to make sure we peer review changes to these workflows!
  • Loading branch information
acao authored Sep 15, 2024
1 parent 484a9ad commit bab0558
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-graphql-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
release:
['15.5.3', '^15.8.0', '16.1.0', '16.2.0', '16.3.0', '17.0.0-alpha.7']
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- name: Checkout Code
uses: actions/checkout@v4

Expand Down

0 comments on commit bab0558

Please sign in to comment.