Skip to content

Commit

Permalink
change create-release if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 24, 2024
1 parent 975bc45 commit cade54f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,9 @@ jobs:
- deploy-frontend

if: |
needs.detect-changes.outputs.deploy-backend == 'true' &&
needs.detect-changes.outputs.deploy-frontend == 'true'
always() &&
needs.deploy-backend.result == 'success' &&
needs.deploy-frontend.result == 'success'
environment: staging
runs-on: ubuntu-latest
Expand Down

0 comments on commit cade54f

Please sign in to comment.