Skip to content

Commit 1053e6c

Browse files
committed
feat: Add basic concurrency limits to CI
Good for the planet and good for me. Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>
1 parent 14688bc commit 1053e6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
branches: ["**"]
1414
workflow_dispatch: {}
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
18+
cancel-in-progress: true
19+
1620
env:
1721
CARGO_TERM_COLOR: always
1822
MSRV: 1.89.0

0 commit comments

Comments
 (0)