Skip to content

Commit

Permalink
ci: add needs: test to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
gromsterus committed Jan 4, 2024
1 parent 0307ed3 commit ccd92bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ env:
MAX_PYTHON_V: 3.12

jobs:
tests:
test:
uses: ./.github/workflows/test.yaml
deploy:
needs: test
runs-on: ubuntu-latest
environment: release
permissions:
Expand Down

0 comments on commit ccd92bd

Please sign in to comment.