Skip to content

Commit

Permalink
Temporary disable other CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 19, 2024
1 parent 5aa49f6 commit cbe2f33
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,25 @@ concurrency:
cancel-in-progress: true

jobs:
windows:
uses: ./.github/workflows/windows.yml
permissions:
contents: write
# windows:
# uses: ./.github/workflows/windows.yml
# permissions:
# contents: write

macos:
uses: ./.github/workflows/macos.yml
permissions:
contents: write
# macos:
# uses: ./.github/workflows/macos.yml
# permissions:
# contents: write

# linux:
# uses: ./.github/workflows/linux.yml
# permissions:
# contents: write

linux:
uses: ./.github/workflows/linux.yml
linux_arm:
uses: ./.github/workflows/linux_arm.yml
permissions:
contents: write

zig:
uses: ./.github/workflows/zig.yml
# zig:
# uses: ./.github/workflows/zig.yml

0 comments on commit cbe2f33

Please sign in to comment.