Skip to content

Commit

Permalink
chore: remove styfle/cancel-workflow-action usage (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 7, 2023
1 parent 1213443 commit 1e01273
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/validate.yml
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 @@ -20,9 +25,6 @@ jobs:
react: [16.9.0, ^16, ^17]
runs-on: ubuntu-latest
steps:
- name: 馃洃 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1

- name: 猬囷笍 Checkout repo
uses: actions/checkout@v2

Expand Down Expand Up @@ -55,9 +57,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.9.1

- name: 猬囷笍 Checkout repo
uses: actions/checkout@v2

Expand Down

0 comments on commit 1e01273

Please sign in to comment.