File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 # Allow the workflow to be manually run:
3131 workflow_dispatch :
3232
33+ # Workflow concurrency group:
34+ concurrency :
35+
36+ # Specify a group name:
37+ group : ${{ github.workflow }}
38+
39+ # Specify whether to cancel any currently workflow in the same concurrency group:
40+ cancel-in-progress : true
41+
3342# Workflow jobs:
3443jobs :
3544
Original file line number Diff line number Diff line change 3030 # Allow the workflow to be manually run:
3131 workflow_dispatch :
3232
33+ # Workflow concurrency group:
34+ concurrency :
35+
36+ # Specify a group name:
37+ group : ${{ github.workflow }}
38+
39+ # Specify whether to cancel any currently workflow in the same concurrency group:
40+ cancel-in-progress : true
41+
3342# Workflow jobs:
3443jobs :
3544
Original file line number Diff line number Diff line change 2828 # Allow the workflow to be manually run:
2929 workflow_dispatch :
3030
31+ # Workflow concurrency group:
32+ concurrency :
33+
34+ # Specify a group name:
35+ group : ${{ github.workflow }}
36+
37+ # Specify whether to cancel any currently workflow in the same concurrency group:
38+ cancel-in-progress : true
39+
3140# Workflow jobs:
3241jobs :
3342
Original file line number Diff line number Diff line change 3030 # Allow the workflow to be manually run:
3131 workflow_dispatch :
3232
33+ # Workflow concurrency group:
34+ concurrency :
35+
36+ # Specify a group name:
37+ group : ${{ github.workflow }}
38+
39+ # Specify whether to cancel any currently workflow in the same concurrency group:
40+ cancel-in-progress : true
41+
3342# Workflow jobs:
3443jobs :
3544
Original file line number Diff line number Diff line change 2828 # Allow the workflow to be manually run:
2929 workflow_dispatch :
3030
31+ # Workflow concurrency group:
32+ concurrency :
33+
34+ # Specify a group name:
35+ group : ${{ github.workflow }}
36+
37+ # Specify whether to cancel any currently workflow in the same concurrency group:
38+ cancel-in-progress : true
39+
3140# Workflow jobs:
3241jobs :
3342
Original file line number Diff line number Diff line change 3030 # Allow the workflow to be manually run:
3131 workflow_dispatch :
3232
33+ # Workflow concurrency group:
34+ concurrency :
35+
36+ # Specify a group name:
37+ group : ${{ github.workflow }}
38+
39+ # Specify whether to cancel any currently workflow in the same concurrency group:
40+ cancel-in-progress : true
41+
3342# Workflow jobs:
3443jobs :
3544
Original file line number Diff line number Diff line change 2828 # Allow the workflow to be manually run:
2929 workflow_dispatch :
3030
31+ # Workflow concurrency group:
32+ concurrency :
33+
34+ # Specify a group name:
35+ group : ${{ github.workflow }}
36+
37+ # Specify whether to cancel any currently workflow in the same concurrency group:
38+ cancel-in-progress : true
39+
3140# Workflow jobs:
3241jobs :
3342
Original file line number Diff line number Diff line change 3030 # Allow the workflow to be manually run:
3131 workflow_dispatch :
3232
33+ # Workflow concurrency group:
34+ concurrency :
35+
36+ # Specify a group name:
37+ group : ${{ github.workflow }}
38+
39+ # Specify whether to cancel any currently workflow in the same concurrency group:
40+ cancel-in-progress : true
41+
3342# Workflow jobs:
3443jobs :
3544
Original file line number Diff line number Diff line change 2828 # Allow the workflow to be manually run:
2929 workflow_dispatch :
3030
31+ # Workflow concurrency group:
32+ concurrency :
33+
34+ # Specify a group name:
35+ group : ${{ github.workflow }}
36+
37+ # Specify whether to cancel any currently workflow in the same concurrency group:
38+ cancel-in-progress : true
39+
3140# Workflow jobs:
3241jobs :
3342
Original file line number Diff line number Diff line change 2828 # Allow the workflow to be manually run:
2929 workflow_dispatch :
3030
31+ # Workflow concurrency group:
32+ concurrency :
33+
34+ # Specify a group name:
35+ group : ${{ github.workflow }}
36+
37+ # Specify whether to cancel any currently workflow in the same concurrency group:
38+ cancel-in-progress : true
39+
3140# Workflow jobs:
3241jobs :
3342
You can’t perform that action at this time.
0 commit comments