Skip to content

Commit 29032a8

Browse files
authored
Update publish.yml (#16865)
1 parent 94da7a0 commit 29032a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
on: [push, workflow_dispatch]
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
5+
cancel-in-progress: true
6+
37
jobs:
48
publish:
59
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)