File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
- " tests/drivers/uart/**"
30
30
31
31
concurrency :
32
- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
32
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
33
33
cancel-in-progress : true
34
34
35
35
jobs :
Original file line number Diff line number Diff line change 5
5
- cron : ' 25 06,18 * * *'
6
6
7
7
concurrency :
8
- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
8
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
9
9
cancel-in-progress : true
10
10
11
11
jobs :
Original file line number Diff line number Diff line change 66
66
runs-on : ubuntu-22.04
67
67
timeout-minutes : 90
68
68
concurrency :
69
- group : ${{ github.workflow }}-${{ github.event_name }} -${{ github.ref }}
69
+ group : doc-build-html -${{ github.ref }}
70
70
cancel-in-progress : true
71
71
72
72
steps :
@@ -192,7 +192,7 @@ jobs:
192
192
container : texlive/texlive:latest
193
193
timeout-minutes : 120
194
194
concurrency :
195
- group : ${{ github.workflow }}-${{ github.event_name }} -${{ github.ref }}
195
+ group : doc-build-pdf -${{ github.ref }}
196
196
cancel-in-progress : true
197
197
198
198
steps :
Original file line number Diff line number Diff line change 17
17
- ' v*'
18
18
19
19
concurrency :
20
- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
20
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
21
21
cancel-in-progress : true
22
22
23
23
jobs :
Original file line number Diff line number Diff line change 17
17
- ' SDK_VERSION'
18
18
19
19
concurrency :
20
- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
20
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
21
21
cancel-in-progress : true
22
22
23
23
jobs :
Original file line number Diff line number Diff line change 16
16
- cron : ' 0 3 * * 0'
17
17
18
18
concurrency :
19
- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
19
+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
20
20
cancel-in-progress : true
21
21
22
22
jobs :
You can’t perform that action at this time.
0 commit comments