Skip to content

Commit f2217de

Browse files
Add workflow-level concurrency to release workflow (chitralverma#221)
* Initial plan * Add workflow-level concurrency to release.yml Co-authored-by: chitralverma <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: chitralverma <[email protected]>
1 parent f24f017 commit f2217de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Publish Artifacts
2+
concurrency:
3+
group: ${{ github.workflow }}-${{ github.ref }}
4+
cancel-in-progress: true
25
on:
36
push:
47
branches:

0 commit comments

Comments
 (0)