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 151a5f9Copy full SHA for 151a5f9
1 file changed
.github/workflows/ci-unittests.yml
@@ -5,12 +5,11 @@ 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()
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 +18,4 @@ jobs:
19
18
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