File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 workflow_dispatch :
66
77jobs :
8- build-standalone-artifacts :
9- if : github.event.pull_request.draft == false && success()
10- uses : ./.github/workflows/ci-matrix-gen.yml
11- with :
12- jobs_to_run : ^(?:python-svm-build|style|style-ecj)-gate-.*$
13- logs_retention_days : 0
14- artifacts_retention_days : 0
8+ # build-standalone-artifacts:
9+ # if: github.event.pull_request.draft == false && success()
10+ # uses: ./.github/workflows/ci-matrix-gen.yml
11+ # with:
12+ # jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$
13+ # logs_retention_days: 0
14+ # artifacts_retention_days: 0
1515
1616 run-tests :
17- if : github.event.pull_request.draft == false && success()
18- needs : build-standalone-artifacts
17+ # if: github.event.pull_request.draft == false && success()
18+ # needs: build-standalone-artifacts
1919 uses : ./.github/workflows/ci-matrix-gen.yml
2020 with :
21- jobs_to_run : ^(?! python-svm-build|style).* -gate.* $
21+ jobs_to_run : ^python-unittest-standalone -gate-linux-aarch64-jdk-latest $
You can’t perform that action at this time.
0 commit comments