Skip to content

Commit 03b33d4

Browse files
committed
ci: cancel redundant pipelines
1 parent c1cb947 commit 03b33d4

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
@@ -22,6 +22,10 @@ permissions:
2222
env:
2323
DOCKER_IMAGE: ghcr.io/onekey-sec/unblob
2424

25+
concurrency:
26+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27+
cancel-in-progress: true
28+
2529
jobs:
2630
check_pre_commit:
2731
name: Check - pre-commit

0 commit comments

Comments
 (0)