Skip to content

Commit

Permalink
Disable non-Windows jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Dec 23, 2024
1 parent 7d0ce18 commit a7a50e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request, push]

jobs:
archlinux:
if: false
runs-on: ubuntu-24.04
container: archlinux/archlinux:base-devel
timeout-minutes: 30
Expand Down Expand Up @@ -35,6 +36,7 @@ jobs:
path: controls-engineering-in-frc-ebook.pdf

ubuntu:
if: false
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
Expand All @@ -58,6 +60,7 @@ jobs:
path: controls-engineering-in-frc-ebook.pdf

macos:
if: false
runs-on: macos-14
timeout-minutes: 30
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request, push]

jobs:
lint:
if: false
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a7a50e9

Please sign in to comment.