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 fed16a6 commit adb2a24Copy full SHA for adb2a24
.github/scripts/extract_matrix.py
@@ -34,7 +34,7 @@
34
35
# WIP
36
"darwin",
37
- "windows"
+ #"windows"
38
)
39
40
DOWNLOADS_LINKS = {
.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-linux$|^(?!.*(amd64|darwin)).*retagger.*$
+ jobs_to_run: python-svm-build-gate-windows|^(?!.*(darwin|linux)).*retagger.*$
12
13
merge_all_reports:
14
runs-on: ubuntu-latest
0 commit comments