File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 workflows : [Tests]
1616 types : [completed]
1717 branches : [main-test, staging]
18+ workflow_dispatch :
1819
19- # concurrency:
20- # group: ${{ github.workflow }}-${{ github.ref }}
21- # cancel-in-progress: true
20+ concurrency :
21+ group : ${{ github.workflow }}-${{ github.ref }}
22+ cancel-in-progress : true
2223
2324permissions :
2425 contents : read
Original file line number Diff line number Diff line change 88 # branches: [main, staging]
99 branches : [main-test, staging]
1010
11- concurrency :
12- group : ${{ github.workflow }}-${{ github.ref }}
13- cancel-in-progress : true
14-
1511 workflow_dispatch :
1612 inputs :
1713 environment :
@@ -23,6 +19,10 @@ concurrency:
2319 - staging
2420 - production
2521
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.ref }}
24+ cancel-in-progress : true
25+
2626permissions :
2727 contents : read
2828 id-token : write
Original file line number Diff line number Diff line change 1010 # branches: [main, staging]
1111 branches : [main-test, staging]
1212
13- # concurrency:
14- # group: ${{ github.workflow }}-${{ github.ref }}
15- # cancel-in-progress: true
13+ workflow_dispatch :
14+
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.ref }}
17+ cancel-in-progress : true
1618
1719jobs :
1820 # TODO uncomment
You can’t perform that action at this time.
0 commit comments