Skip to content

Commit 0d26f8d

Browse files
chore: remove styfle/cancel-workflow-action usage (#18)
1 parent 8acb470 commit 0d26f8d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ on:
99
- "!release-manual"
1010
- "!release-manual-*"
1111

12-
concurrency: ${{ github.workflow }}-${{ github.ref }}
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
1315

1416
jobs:
1517
release:
1618
name: 🦋 Changesets Release
1719
if: github.repository == 'remix-run/v1-compat-utils'
1820
runs-on: ubuntu-latest
1921
steps:
20-
- name: 🛑 Cancel Previous Runs
21-
uses: styfle/cancel-workflow-action@0.11.0
22-
2322
- name: ⬇️ Checkout repo
2423
uses: actions/checkout@v3
2524

0 commit comments

Comments
 (0)