File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 - " tests/drivers/uart/**"
3030
3131concurrency :
32- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
32+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
3333 cancel-in-progress : true
3434
3535jobs :
Original file line number Diff line number Diff line change 55 - cron : ' 25 06,18 * * *'
66
77concurrency :
8- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
8+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
99 cancel-in-progress : true
1010
1111jobs :
Original file line number Diff line number Diff line change 6666 runs-on : ubuntu-22.04
6767 timeout-minutes : 90
6868 concurrency :
69- group : ${{ github.workflow }}-${{ github.event_name }} -${{ github.ref }}
69+ group : doc-build-html -${{ github.ref }}
7070 cancel-in-progress : true
7171
7272 steps :
@@ -192,7 +192,7 @@ jobs:
192192 container : texlive/texlive:latest
193193 timeout-minutes : 120
194194 concurrency :
195- group : ${{ github.workflow }}-${{ github.event_name }} -${{ github.ref }}
195+ group : doc-build-pdf -${{ github.ref }}
196196 cancel-in-progress : true
197197
198198 steps :
Original file line number Diff line number Diff line change 1717 - ' v*'
1818
1919concurrency :
20- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
20+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
2121 cancel-in-progress : true
2222
2323jobs :
Original file line number Diff line number Diff line change 1717 - ' SDK_VERSION'
1818
1919concurrency :
20- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
20+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
2121 cancel-in-progress : true
2222
2323jobs :
Original file line number Diff line number Diff line change 1616 - cron : ' 0 3 * * 0'
1717
1818concurrency :
19- group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
19+ group : ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github. ref }}
2020 cancel-in-progress : true
2121
2222jobs :
You can’t perform that action at this time.
0 commit comments