Skip to content

Commit 6f64384

Browse files
committed
Run retagger on Linux aarch64
1 parent 75a2542 commit 6f64384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-unittest-retagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
run-retagger:
99
uses: ./.github/workflows/ci-matrix-gen.yml
1010
with:
11-
jobs_to_run: python-svm-build-gate-windows|^(?!.*(darwin|linux)).*retagger.*$
11+
jobs_to_run: python-svm-build-gate-linux|^(?!.*(darwin|aarch64|windows)).*retagger.*$
1212

1313
merge_all_reports:
1414
runs-on: ubuntu-latest

.github/workflows/ci-unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
run-tests:
99
uses: ./.github/workflows/ci-matrix-gen.yml
1010
with:
11-
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl)).*$
11+
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|windows|darwin)).*$

0 commit comments

Comments
 (0)