Skip to content

Commit 909b212

Browse files
committed
do not cancel CIs
1 parent 45d6b07 commit 909b212

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ on:
44
merge_group:
55
pull_request:
66
push:
7-
branches: [ "main" ]
8-
9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
# Cancels in progress workflows on PRs.
12-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
7+
branches: ["main"]
138

149
env:
1510
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)