Skip to content

Commit

Permalink
chore: Add 'Cancel Previous Runs' step
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Dec 1, 2020
1 parent 7fcb0f2 commit 13db049
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
react: [latest, next, experimental]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ secrets.GITHUB_TOKEN }}

- name: ⬇️ Checkout repo
uses: actions/checkout@v2

Expand Down

0 comments on commit 13db049

Please sign in to comment.