Skip to content

Commit

Permalink
Change build conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorabito-woolpert committed Sep 1, 2022
1 parent 52a9e6e commit 8f37fbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
- check-backend
- check-frontend

if: |
always() &&
(needs.check-backend.result == 'success' || needs.check-backend.result == 'skipped') &&
(needs.check-frontend.result == 'success' || needs.check-frontend.result == 'skipped')
runs-on: ubuntu-latest
container: google/cloud-sdk
env:
Expand Down

0 comments on commit 8f37fbb

Please sign in to comment.