Skip to content

Commit c9a5165

Browse files
committed
Do not cancel in-flight jobs
1 parent 1169502 commit c9a5165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33

44
concurrency:
55
group: ${{ github.workflow }}-${{ github.ref }}
6-
cancel-in-progress: true # Cancel in-flight jobs for the same branch or PR
6+
cancel-in-progress: false
77

88
env:
99
WDCLI_CACHE: "build-wdcli"

0 commit comments

Comments
 (0)