Skip to content

Commit c66dffe

Browse files
authored
ci: fixes subsequent runs of promotion workflow (#3057)
1 parent 4bc80e4 commit c66dffe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/promote-shipped-apis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- support/v2
88
workflow_dispatch:
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: false
13+
1014
jobs:
1115
promote-apis:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)