Skip to content

Commit 0d8ed71

Browse files
committed
Temporary Disable Workflow
1 parent 63284fe commit 0d8ed71

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ concurrency:
2020
cancel-in-progress: true
2121

2222
jobs:
23-
windows:
24-
uses: ./.github/workflows/windows.yml
25-
permissions:
26-
contents: write
27-
28-
macos:
29-
uses: ./.github/workflows/macos.yml
30-
permissions:
31-
contents: write
32-
33-
linux:
34-
uses: ./.github/workflows/linux.yml
35-
permissions:
36-
contents: write
37-
38-
linux_arm:
39-
uses: ./.github/workflows/linux_arm.yml
40-
permissions:
41-
contents: write
23+
# windows:
24+
# uses: ./.github/workflows/windows.yml
25+
# permissions:
26+
# contents: write
27+
28+
# macos:
29+
# uses: ./.github/workflows/macos.yml
30+
# permissions:
31+
# contents: write
32+
33+
# linux:
34+
# uses: ./.github/workflows/linux.yml
35+
# permissions:
36+
# contents: write
37+
38+
# linux_arm:
39+
# uses: ./.github/workflows/linux_arm.yml
40+
# permissions:
41+
# contents: write
4242

4343
# TODO: This task never picked up by a GitHub job.
4444
#

0 commit comments

Comments
 (0)