File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
- .github/workflows/compiler_playground.yml
10
10
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
12
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github. event.pull_request.number || github.run_id }}
13
13
cancel-in-progress : true
14
14
15
15
env :
Original file line number Diff line number Diff line change 16
16
- compiler/*.toml
17
17
18
18
concurrency :
19
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
19
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github. event.pull_request.number || github.run_id }}
20
20
cancel-in-progress : true
21
21
22
22
env :
Original file line number Diff line number Diff line change 9
9
- .github/workflows/compiler_typescript.yml
10
10
11
11
concurrency :
12
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
12
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github. event.pull_request.number || github.run_id }}
13
13
cancel-in-progress : true
14
14
15
15
env :
Original file line number Diff line number Diff line change 8
8
- compiler/**
9
9
10
10
concurrency :
11
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
11
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github. event.pull_request.number || github.run_id }}
12
12
cancel-in-progress : true
13
13
14
14
env :
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
8
8
concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
9
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github. event.pull_request.number || github.run_id }}
10
10
cancel-in-progress : true
11
11
12
12
env :
You can’t perform that action at this time.
0 commit comments