Skip to content

Commit 3da6b1e

Browse files
committed
1 parent 177b571 commit 3da6b1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
CARGO_TERM_COLOR: always
1111
REDIS_RS_REDIS_JSON_PATH: "/tmp/librejson.so"
1212

13+
concurrency:
14+
group: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
build:
1519

0 commit comments

Comments
 (0)