File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -20,25 +20,25 @@ concurrency:
2020 cancel-in-progress : true
2121
2222jobs :
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 #
You can’t perform that action at this time.
0 commit comments