Skip to content

Commit

Permalink
Fix backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Nov 13, 2024
1 parent 5aed36f commit be8b5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
working-directory: ./backend

deploy_staging:
needs: [build_worker, lint, test_build, test_worker, test_python]
needs: [build_worker, lint, test, test_worker]
runs-on: ubuntu-latest
environment: staging
concurrency: '1'
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

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

0 comments on commit be8b5e2

Please sign in to comment.