File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - compiler/**
99 - .github/workflows/compiler-playground.yml
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
13+ cancel-in-progress : true
14+
1115env :
1216 TZ : /usr/share/zoneinfo/America/Los_Angeles
1317 # https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
Original file line number Diff line number Diff line change 1515 - compiler/Cargo.*
1616 - compiler/*.toml
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
20+ cancel-in-progress : true
21+
1822env :
1923 CARGO_TERM_COLOR : always
2024 RUSTFLAGS : -Dwarnings
Original file line number Diff line number Diff line change 88 - compiler/**
99 - .github/workflows/compiler_typescript.yml
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
13+ cancel-in-progress : true
14+
1115env :
1216 TZ : /usr/share/zoneinfo/America/Los_Angeles
1317 # https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
Original file line number Diff line number Diff line change 77 paths-ignore :
88 - compiler/**
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014env :
1115 TZ : /usr/share/zoneinfo/America/Los_Angeles
1216 # https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
Original file line number Diff line number Diff line change 55 branches : [main]
66 pull_request :
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
10+ cancel-in-progress : true
11+
812env :
913 TZ : /usr/share/zoneinfo/America/Los_Angeles
1014 # https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cache-segment-restore-timeout
You can’t perform that action at this time.
0 commit comments