We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e242be commit da81ca5Copy full SHA for da81ca5
1 file changed
.github/workflows/ci-unittests.yml
@@ -5,12 +5,12 @@ on:
5
workflow_dispatch:
6
7
jobs:
8
-
9
build-standalone-artifacts:
10
- if: github.event.pull_request.draft == false
+ if: github.event.pull_request.draft == false && success()
+ needs: style-gate
11
uses: ./.github/workflows/ci-matrix-gen.yml
12
with:
13
- jobs_to_run: ^(?=.*python-svm-build).*$
+ jobs_to_run: ^(?:python-svm-build-gate|style-gate).*$
14
logs_retention_days: 0
15
artifacts_retention_days: 0
16
@@ -19,4 +19,4 @@ jobs:
19
needs: build-standalone-artifacts
20
21
22
- jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build|bench)).*$
+ jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build|bench)).*$
0 commit comments