File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Bandit
3
3
4
4
on : [push, pull_request, workflow_dispatch]
5
5
6
+ concurrency :
7
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8
+ cancel-in-progress : true
9
+
6
10
jobs :
7
11
linux :
8
12
name : Bandit
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Build and test
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
ubuntu-build :
7
11
name : Build - Ubuntu
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: "CodeQL"
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
analyze-ubuntu :
7
11
name : Analyze on Ubuntu
You can’t perform that action at this time.
0 commit comments