-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove
styfle/cancel-workflow-action
usage (#1204)
- Loading branch information
1 parent
f78839b
commit f6c6d96
Showing
1 changed file
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,12 @@ on: | |
- 'beta' | ||
- 'alpha' | ||
- '!all-contributors/**' | ||
pull_request: {} | ||
pull_request: | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
permissions: | ||
actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action) | ||
contents: read # to fetch code (actions/checkout) | ||
|
@@ -28,9 +33,6 @@ jobs: | |
react: [latest, next, experimental] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🛑 Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
||
- name: ⬇️ Checkout repo | ||
uses: actions/checkout@v2 | ||
|
||
|
@@ -73,9 +75,6 @@ jobs: | |
${{ github.repository == 'testing-library/react-testing-library' && | ||
github.event_name == 'push' }} | ||
steps: | ||
- name: 🛑 Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
||
- name: ⬇️ Checkout repo | ||
uses: actions/checkout@v2 | ||
|
||
|