Skip to content

Commit

Permalink
fix job dependence referring to check
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Feb 21, 2024
1 parent 589dea0 commit ffd4b87
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 @@ -64,7 +64,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [check, test]
needs: [pyright, test]
if: github.repository == 'Zac-HD/flake8-trio' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ffd4b87

Please sign in to comment.