There was an error while loading. Please reload this page.
1 parent 4bc80e4 commit c66dffeCopy full SHA for c66dffe
1 file changed
.github/workflows/promote-shipped-apis.yml
@@ -7,6 +7,10 @@ on:
7
- support/v2
8
workflow_dispatch:
9
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: false
13
+
14
jobs:
15
promote-apis:
16
runs-on: ubuntu-latest
0 commit comments