Skip to content

Commit

Permalink
Remove build_worker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 14, 2024
1 parent b503562 commit 836287e
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 @@ -197,7 +197,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

deploy_integration:
needs: [build_worker, test_worker]
needs: [test_worker]
runs-on: ubuntu-latest
environment: integration
concurrency: '1'
Expand Down

0 comments on commit 836287e

Please sign in to comment.