We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1169502 commit c9a5165Copy full SHA for c9a5165
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
4
concurrency:
5
group: ${{ github.workflow }}-${{ github.ref }}
6
- cancel-in-progress: true # Cancel in-flight jobs for the same branch or PR
+ cancel-in-progress: false
7
8
env:
9
WDCLI_CACHE: "build-wdcli"
0 commit comments