Skip to content

Commit

Permalink
tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Oct 18, 2023
1 parent 53d3512 commit 4778f56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/python-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,14 @@ jobs:
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
runs-on: ubuntu-latest
needs:
- check
- lint
- macos
- windows
- linux
- linux-cross
- musllinux
- musllinux-cross
- pypy
steps:
- uses: actions/download-artifact@v2
with:
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,7 @@ jobs:
needs:
- lint
- macos
- windows
- linux
- linux-cross
- musllinux
- musllinux-cross
- pypy
runs-on: ubuntu-latest

steps:
Expand All @@ -327,7 +322,14 @@ jobs:
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
runs-on: ubuntu-latest
needs:
- check
- lint
- macos
- windows
- linux
- linux-cross
- musllinux
- musllinux-cross
- pypy
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 4778f56

Please sign in to comment.