Skip to content

Commit 4712762

Browse files
authored
Merge pull request #33 from Web3Camp-Labs/dev
ci: cancel previous actions
2 parents 8c4e5dc + 5df2189 commit 4712762

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches:
66
- main
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
deploy:
1014
runs-on: ubuntu-20.04
11-
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
1315
steps:
1416
- uses: actions/checkout@v3
1517
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)