Skip to content

Commit adb2a24

Browse files
committed
Allow retagger fiter for windows
1 parent fed16a6 commit adb2a24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/extract_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# WIP
3636
"darwin",
37-
"windows"
37+
#"windows"
3838
)
3939

4040
DOWNLOADS_LINKS = {

.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-linux$|^(?!.*(amd64|darwin)).*retagger.*$
11+
jobs_to_run: python-svm-build-gate-windows|^(?!.*(darwin|linux)).*retagger.*$
1212

1313
merge_all_reports:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)