Skip to content

Commit

Permalink
ci: Fix broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Sep 7, 2024
1 parent ae26222 commit b64c71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
# run integration tests on PRs originating in the upstream repo (non-forks only)
if: github.repository == 'axiomhq/axiom-py' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
needs: lint
needs: check
strategy:
fail-fast: true
max-parallel: 1
Expand Down

0 comments on commit b64c71b

Please sign in to comment.