Skip to content

Commit 976f6d6

Browse files
committed
add back concurrency option
1 parent 6536184 commit 976f6d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
tags:
77
- "v*"
88
workflow_dispatch:
9-
9+
concurrency:
10+
group: publish-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
1012
env:
1113
GITHUB_TOKEN: ${{ github.token }}
1214
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)