Skip to content

Commit a769a1d

Browse files
authored
Update rust.yml
1 parent 9806e15 commit a769a1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Rust
33
on:
44
- push
55
- pull_request
6+
- workflow_dispatch
7+
8+
concurrency:
9+
group: ci-${{ github.ref }}
10+
cancel-in-progress: true
611

712
jobs:
813
lint:

0 commit comments

Comments
 (0)