Skip to content

Commit 13db049

Browse files
chore: Add 'Cancel Previous Runs' step
1 parent 7fcb0f2 commit 13db049

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
react: [latest, next, experimental]
2222
runs-on: ubuntu-latest
2323
steps:
24+
- name: 🛑 Cancel Previous Runs
25+
uses: styfle/[email protected]
26+
with:
27+
access_token: ${{ secrets.GITHUB_TOKEN }}
28+
2429
- name: ⬇️ Checkout repo
2530
uses: actions/checkout@v2
2631

0 commit comments

Comments
 (0)