Skip to content

Commit

Permalink
[ci] Fix workflow exec deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Oct 28, 2024
1 parent 2efbfce commit 69aa950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: pixi run -e qa qa
test:
name: Test - Python ${{ matrix.python-version }}
needs:
- qa
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -55,7 +57,6 @@ jobs:
name: Deploy
environment: Deployment
needs:
- qa
- test
runs-on: ubuntu-latest
if: github.ref=='refs/heads/main' && github.event_name!='pull_request'
Expand Down

0 comments on commit 69aa950

Please sign in to comment.