Skip to content

Commit

Permalink
Make build depend on previous steps (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoover authored Jul 30, 2024
1 parent ecedce3 commit 765255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
run: pip install -r requirements-dev.txt
- name: Run unit tests
run: pytest tests/unit

build-and-push:
name: Build and push
needs: [lint, unit-tests]
permissions:
contents: 'read'
id-token: 'write'
Expand Down

0 comments on commit 765255f

Please sign in to comment.