Skip to content

Commit da81ca5

Browse files
committed
Run the style gate early as well
1 parent 6e242be commit da81ca5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-unittests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ 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()
10+
needs: style-gate
1111
uses: ./.github/workflows/ci-matrix-gen.yml
1212
with:
13-
jobs_to_run: ^(?=.*python-svm-build).*$
13+
jobs_to_run: ^(?:python-svm-build-gate|style-gate).*$
1414
logs_retention_days: 0
1515
artifacts_retention_days: 0
1616

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

0 commit comments

Comments
 (0)