Skip to content

Commit

Permalink
drop me: Disable all but macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Jan 5, 2025
1 parent 4b2d3e1 commit 7e50cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
sdist: # {{{
if: true
if: false
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# }}}

linux: # {{{
if: true
if: false

strategy:
fail-fast: false
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

windows: # {{{
runs-on: windows-latest
if: true
if: false

strategy:
fail-fast: false
Expand Down

0 comments on commit 7e50cb9

Please sign in to comment.