We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947f962 commit cf7866eCopy full SHA for cf7866e
.github/workflows/ci-unittests.yml
@@ -9,7 +9,7 @@ jobs:
9
if: github.event.pull_request.draft == false && success()
10
uses: ./.github/workflows/ci-matrix-gen.yml
11
with:
12
- jobs_to_run: ^(?:python-svm-build-gate|style-gate).*$
+ jobs_to_run: ^(?:python-svm-build|style|style-ecj)-gate-.*$
13
logs_retention_days: 0
14
artifacts_retention_days: 0
15
@@ -18,4 +18,4 @@ jobs:
18
needs: build-standalone-artifacts
19
20
21
- jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build|bench)).*$
+ jobs_to_run: ^(?!python-svm-build).*-gate.*$
0 commit comments