Skip to content

Commit

Permalink
Merge pull request #69 from testing-library/MichaelDeBoey-patch-1
Browse files Browse the repository at this point in the history
chore: remove `styfle/cancel-workflow-action` usage
  • Loading branch information
MichaelDeBoey authored Apr 26, 2023
2 parents b589fbd + c234c5b commit 0e5bf37
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ on:
- 'beta'
- 'alpha'
- '!all-contributors/**'
pull_request: {}
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
main:
# ignore all-contributors PRs
Expand All @@ -19,9 +24,6 @@ jobs:
node: [12, 14, 16]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]

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

Expand Down Expand Up @@ -51,9 +53,6 @@ jobs:
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) &&
github.event_name == 'push' }}
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]

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

Expand Down

0 comments on commit 0e5bf37

Please sign in to comment.