Skip to content

Commit ecff535

Browse files
committed
check
1 parent f3aa3c0 commit ecff535

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/workflows/check-manual.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@ on:
2121
type: boolean
2222
jobs:
2323
linux:
24-
if: ${{ inputs.on-linux }}
2524
uses: ./.github/workflows/check.yml
2625
with:
2726
os: ubuntu-latest
28-
windows:
29-
if: ${{ inputs.on-windows }}
30-
uses: ./.github/workflows/check.yml
31-
with:
32-
os: windows-latest
33-
mac:
34-
if: ${{ inputs.on-mac }}
35-
uses: ./.github/workflows/check.yml
36-
with:
37-
os: macos-latest
27+
# windows:
28+
# if: ${{ inputs.on-windows }}
29+
# uses: ./.github/workflows/check.yml
30+
# with:
31+
# os: windows-latest
32+
# mac:
33+
# if: ${{ inputs.on-mac }}
34+
# uses: ./.github/workflows/check.yml
35+
# with:
36+
# os: macos-latest

0 commit comments

Comments
 (0)