File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 workflow_dispatch :
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1418jobs :
1519 dummy :
1620 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2121 - ' docs/**'
2222 - ' .packit.yaml'
2323
24- # Allows you to run this workflow manually from the Actions tab
2524 workflow_dispatch :
2625
26+ concurrency :
27+ group : ${{ github.workflow }}-${{ github.ref }}
28+ cancel-in-progress : true
29+
2730jobs :
2831 python-checks :
2932 strategy :
Original file line number Diff line number Diff line change 2121 - ' docs/**'
2222 - ' shell-completion/**'
2323
24- # Allows you to run this workflow manually from the Actions tab
2524 workflow_dispatch :
2625
26+ concurrency :
27+ group : ${{ github.workflow }}-${{ github.ref }}
28+ cancel-in-progress : true
29+
2730jobs :
2831 python-checks :
2932 strategy :
You can’t perform that action at this time.
0 commit comments