Skip to content

Commit 551324d

Browse files
committed
chore: update github action concyrrency
1 parent d6c6293 commit 551324d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
# - "**"
99
workflow_call:
1010

11+
concurrency:
12+
group: ci-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
jobs:
1216
rust_check:
1317
name: Rust Checks (${{ matrix.os }})

0 commit comments

Comments
 (0)