Skip to content

Commit 980e868

Browse files
committed
Run the style gate early as well
1 parent 521636e commit 980e868

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci-unittests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
workflow_dispatch:
66

77
jobs:
8-
98
build-standalone-artifacts:
10-
if: github.event.pull_request.draft == false
9+
if: github.event.pull_request.draft == false && success()
1110
uses: ./.github/workflows/ci-matrix-gen.yml
1211
with:
13-
jobs_to_run: ^(?=.*python-svm-build).*$
12+
jobs_to_run: ^(?:python-svm-build-gate|style-gate).*$
1413
logs_retention_days: 0
1514
artifacts_retention_days: 0
1615

@@ -19,4 +18,4 @@ jobs:
1918
needs: build-standalone-artifacts
2019
uses: ./.github/workflows/ci-matrix-gen.yml
2120
with:
22-
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build|bench)).*$
21+
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build|bench)).*$

0 commit comments

Comments
 (0)