File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1010 required : false
1111
1212jobs :
13+
14+ build-standalone-artifacts :
15+ uses : ./.github/workflows/ci-matrix-gen.yml
16+ with :
17+ jobs_to_run : ^(?=.*python-svm-build).*$
18+
1319 run-retagger :
20+ if : success()
21+ needs : build-standalone-artifacts
1422 uses : ./.github/workflows/ci-matrix-gen.yml
1523 with :
1624 jobs_to_run : ${{ github.event.inputs.jobs_to_run || 'python-unittest-retagger' }}
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77jobs :
8- run-tests :
8+
9+ build-standalone-artifacts :
910 if : github.event.pull_request.draft == false
1011 uses : ./.github/workflows/ci-matrix-gen.yml
1112 with :
12- jobs_to_run : ^(?=.*python)(?!.*(retagger|dsl)).*$
13+ jobs_to_run : ^(?=.*python-svm-build).*$
14+
15+ run-tests :
16+ if : github.event.pull_request.draft == false && success()
17+ needs : build-standalone-artifacts
18+ uses : ./.github/workflows/ci-matrix-gen.yml
19+ with :
20+ jobs_to_run : ^(?=.*python)(?!.*(retagger|dsl|build)).*$
You can’t perform that action at this time.
0 commit comments