File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2020 - .github/workflows/build-binaries.yml
2121
2222concurrency :
23- group : ${{ github.workflow }} -${{ github.ref }}
24- cancel-in-progress : true
23+ group : build-binaries -${{ github.ref }}
24+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2525
2626permissions : {}
2727
Original file line number Diff line number Diff line change 1515 - .github/workflows/build-wasm.yml
1616
1717concurrency :
18- group : ${{ github.workflow }} -${{ github.ref }}
19- cancel-in-progress : true
18+ group : build-wasm -${{ github.ref }}
19+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2020
2121permissions : {}
2222
Original file line number Diff line number Diff line change 2525 - " !crates/ty_python_semantic/resources/corpus/**"
2626
2727concurrency :
28- group : ${{ github.workflow }} -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
29- cancel-in-progress : true
28+ group : memory-report -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
29+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
3030
3131env :
3232 CARGO_INCREMENTAL : 0
Original file line number Diff line number Diff line change 2525 - " !crates/ty_python_semantic/resources/corpus/**"
2626
2727concurrency :
28- group : ${{ github.workflow }} -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
29- cancel-in-progress : true
28+ group : mypy-primer -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
29+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
3030
3131defaults :
3232 run :
Original file line number Diff line number Diff line change 1515 - " .github/workflows/publish-ty-playground.yml"
1616
1717concurrency :
18- group : ${{ github.workflow }} -${{ github.ref_name }}
19- cancel-in-progress : true
18+ group : publish-ty-playground -${{ github.ref_name }}
19+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2020
2121env :
2222 CARGO_INCREMENTAL : 0
Original file line number Diff line number Diff line change 1313 - reopened
1414
1515concurrency :
16- group : ${{ github.workflow }} -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
17- cancel-in-progress : true
16+ group : ty-ecosystem-analyzer -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
17+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
1818
1919env :
2020 CARGO_INCREMENTAL : 0
Original file line number Diff line number Diff line change 2525 - " !crates/ty_python_semantic/resources/corpus/**"
2626
2727concurrency :
28- group : ${{ github.workflow }} -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
29- cancel-in-progress : true
28+ group : typing-conformance -${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
29+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
3030
3131env :
3232 CARGO_INCREMENTAL : 0
You can’t perform that action at this time.
0 commit comments