Skip to content

Commit bab0558

Browse files
authored
Remove cancellation of regression tests (#3779)
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!
1 parent 484a9ad commit bab0558

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pr-graphql-compat-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
release:
2727
['15.5.3', '^15.8.0', '16.1.0', '16.2.0', '16.3.0', '17.0.0-alpha.7']
2828
steps:
29-
- name: Cancel Previous Runs
30-
uses: styfle/[email protected]
31-
with:
32-
access_token: ${{ github.token }}
3329
- name: Checkout Code
3430
uses: actions/checkout@v4
3531

0 commit comments

Comments
 (0)