Skip to content

Commit

Permalink
Fix staging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GodVenn committed Apr 19, 2023
1 parent 8b220fa commit 9d9349c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

build-and-push-components:
name: Build and push containers to auroraprodcr for Staging/Production
needs: [trigger-github-deployment, build-and-push-components]
needs: [trigger-github-deployment]
strategy:
matrix:
component: [broker, backend, frontend]
Expand Down

0 comments on commit 9d9349c

Please sign in to comment.