Skip to content

Commit

Permalink
tmp: disable unneeded jobs NOMERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Jan 4, 2025
1 parent 6419b3d commit fd4a93c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

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

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

env:
LIBPQ_VERSION: "16.0"
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:

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

strategy:
fail-fast: false
Expand Down Expand Up @@ -263,10 +263,10 @@ jobs:
merge: # {{{
runs-on: ubuntu-latest
needs:
- sdist
- linux
# - sdist
# - linux
- macos
- windows
# - windows
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
linux:
runs-on: ubuntu-latest
if: true
if: false

strategy:
fail-fast: false
Expand Down

0 comments on commit fd4a93c

Please sign in to comment.