File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1515 GITHUB_TOKEN : ${{ github.token }}
1616 xcodeVersion : " 12.4" # Only affects Mac runners, and only for prerequisites.
1717
18+ concurrency :
19+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
20+ cancel-in-progress : true
21+
1822jobs :
1923 prepare_matrix :
2024 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111 statusLabelFailed : " tests: failed"
1212 skipReleaseNotesLabel : " skip-release-notes"
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
16+ cancel-in-progress : true
17+
1418jobs :
1519 file_format_check :
1620 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 pull_request_target :
66 types : [synchronize]
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10+ cancel-in-progress : true
11+
812jobs :
913 dismiss_stale_approvals :
1014 # Dismiss stale approvals for non-admins or if this PR comes from a fork.
Original file line number Diff line number Diff line change 1414 CCACHE_DIR : ${{ github.workspace }}/ccache_dir
1515 GITHUB_TOKEN : ${{ github.token }}
1616
17+ concurrency :
18+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
19+ cancel-in-progress : true
20+
1721jobs :
1822 prepare_matrix :
1923 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1313env :
1414 GITHUB_TOKEN : ${{ github.token }}
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
18+ cancel-in-progress : true
19+
1620jobs :
1721 prepare_matrix :
1822 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 pull_request :
55 types : [opened,synchronize]
66
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9+ cancel-in-progress : true
10+
711jobs :
812 lint_warnings_check_and_comment :
913 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments