From 8f37fbbc0ed985443b11d14811576c7d828d53f5 Mon Sep 17 00:00:00 2001 From: Chris Morabito Date: Thu, 1 Sep 2022 17:22:58 -0400 Subject: [PATCH] Change build conditional --- .github/workflows/actions.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index dfa72e15..4b8b178f 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -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: