Skip to content

Commit

Permalink
chore: remove styfle/cancel-workflow-action usage (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 27, 2023
1 parent d5590df commit fdfa27f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ on:
pull_request:
branches: ['**']

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

jobs:
main:
strategy:
matrix:
node: [14, 16, 18]
runs-on: ubuntu-latest
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]

- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -51,9 +52,6 @@ jobs:
${{ github.repository == 'testing-library/jest-native' && github.ref == 'refs/heads/main' &&
github.event_name == 'push' }}
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]

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

Expand Down

0 comments on commit fdfa27f

Please sign in to comment.