Skip to content

Commit a0eb5a6

Browse files
committed
CI: Also cancel stale Bandit runs
1 parent c55e3d1 commit a0eb5a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bandit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Bandit
33

44
on: [push, pull_request, workflow_dispatch]
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8+
cancel-in-progress: true
9+
610
jobs:
711
linux:
812
name: Bandit

0 commit comments

Comments
 (0)