Skip to content

Commit

Permalink
Make sure staging doesn't depend on build-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Dec 11, 2024
1 parent 50ce74d commit 1ef193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- run: pip install -r worker/requirements.txt
- run: pytest
deploy_staging:
needs: [build_worker, lint, test, test_worker, test_python]
needs: [lint, test, test_worker, test_python]
runs-on: ubuntu-latest
environment: staging
concurrency: '1'
Expand Down

0 comments on commit 1ef193e

Please sign in to comment.