Skip to content

Commit eed7127

Browse files
authored
Limit concurrency of prerelease task (#5184)
If a prior action run comples after a subsequent run, the prerelease link will be overwritten by a previous commit
1 parent aa50626 commit eed7127

File tree

2 files changed

+3
-164
lines changed

2 files changed

+3
-164
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
push:
1010
branches: [ main, feature/* ]
1111

12+
concurrency:
13+
group: ${{ github.workflow }}${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: true
1215

1316
jobs:
1417
generate_artifact_toolkit_standalone:

.github/workflows/q-mega-prerelease.yml

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)