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 15
15
GITHUB_TOKEN : ${{ github.token }}
16
16
xcodeVersion : " 12.4" # Only affects Mac runners, and only for prerequisites.
17
17
18
+ concurrency :
19
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
20
+ cancel-in-progress : true
21
+
18
22
jobs :
19
23
prepare_matrix :
20
24
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11
11
statusLabelFailed : " tests: failed"
12
12
skipReleaseNotesLabel : " skip-release-notes"
13
13
14
+ concurrency :
15
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
16
+ cancel-in-progress : true
17
+
14
18
jobs :
15
19
file_format_check :
16
20
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 5
5
pull_request_target :
6
6
types : [synchronize]
7
7
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10
+ cancel-in-progress : true
11
+
8
12
jobs :
9
13
dismiss_stale_approvals :
10
14
# Dismiss stale approvals for non-admins or if this PR comes from a fork.
Original file line number Diff line number Diff line change 14
14
CCACHE_DIR : ${{ github.workspace }}/ccache_dir
15
15
GITHUB_TOKEN : ${{ github.token }}
16
16
17
+ concurrency :
18
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
19
+ cancel-in-progress : true
20
+
17
21
jobs :
18
22
prepare_matrix :
19
23
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 13
13
env :
14
14
GITHUB_TOKEN : ${{ github.token }}
15
15
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
18
+ cancel-in-progress : true
19
+
16
20
jobs :
17
21
prepare_matrix :
18
22
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
types : [opened,synchronize]
6
6
7
+ concurrency :
8
+ group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9
+ cancel-in-progress : true
10
+
7
11
jobs :
8
12
lint_warnings_check_and_comment :
9
13
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments