File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
workflow_dispatch :
9
9
10
10
concurrency :
11
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
12
12
cancel-in-progress : true
13
13
14
14
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Static analysis
3
3
on : [pull_request]
4
4
5
5
concurrency :
6
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7
7
cancel-in-progress : true
8
8
9
9
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Static analysis
3
3
on : [push, pull_request]
4
4
5
5
concurrency :
6
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7
7
cancel-in-progress : true
8
8
9
9
jobs :
You can’t perform that action at this time.
0 commit comments