Skip to content

Commit

Permalink
chore: remove styfle/cancel-workflow-action usage (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 26, 2023
1 parent c6c95e7 commit 96d8954
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 @@ -21,9 +26,6 @@ jobs:
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0

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

Expand Down Expand Up @@ -62,9 +64,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/cancel-workflow-action@0.11.0

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

Expand Down

0 comments on commit 96d8954

Please sign in to comment.