File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
Original file line number Diff line number Diff line change 6
6
7
7
# Limit concurrent runs of this workflow within a single PR
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ group : ${{ github.workflow }}-${{ github.event.type }}-${{ github.event. pull_request.number || github.ref }}
10
10
cancel-in-progress : true
11
11
12
12
jobs :
You can’t perform that action at this time.
0 commit comments