File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 generate-kg-stmicro :
1111 runs-on : ubuntu-latest
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ matrix.family_group.name }}
14+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1215 strategy :
1316 fail-fast : false
1417 matrix :
2730 families : [STM32H7]
2831
2932 name : Update KG ${{ matrix.family_group.name }}
30-
3133 steps :
3234 - name : Check out Repository
3335 uses : actions/checkout@v4
9496 name : Merge all KGs into one Artifact
9597 runs-on : ubuntu-latest
9698 needs : generate-kg-stmicro
99+ concurrency :
100+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-merge-kg-artifacts
101+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
97102 steps :
98103 - name : Check out Repository
99104 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments