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 75a2542 commit 6f64384Copy full SHA for 6f64384
.github/workflows/ci-unittest-retagger.yml
@@ -8,7 +8,7 @@ jobs:
8
run-retagger:
9
uses: ./.github/workflows/ci-matrix-gen.yml
10
with:
11
- jobs_to_run: python-svm-build-gate-windows|^(?!.*(darwin|linux)).*retagger.*$
+ jobs_to_run: python-svm-build-gate-linux|^(?!.*(darwin|aarch64|windows)).*retagger.*$
12
13
merge_all_reports:
14
runs-on: ubuntu-latest
.github/workflows/ci-unittests.yml
@@ -8,4 +8,4 @@ jobs:
run-tests:
- jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl)).*$
+ jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|windows|darwin)).*$
0 commit comments