Skip to content

Commit cf7866e

Browse files
committed
Simplify unittest selection
1 parent 947f962 commit cf7866e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.pull_request.draft == false && success()
1010
uses: ./.github/workflows/ci-matrix-gen.yml
1111
with:
12-
jobs_to_run: ^(?:python-svm-build-gate|style-gate).*$
12+
jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$
1313
logs_retention_days: 0
1414
artifacts_retention_days: 0
1515

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

0 commit comments

Comments
 (0)