From 66d560aab520641d9e771ae708cb43cdd75ea0e2 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Fri, 15 Oct 2021 13:07:05 -0400 Subject: [PATCH] Add notify constraint (#1112) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e7f7cda..e5259d9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1016,6 +1016,7 @@ jobs: - macos-package-mas steps: - name: Check if any job failed + if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }} env: CLOC_STATUS: ${{ needs.cloc.result }} SETUP_STATUS: ${{ needs.setup.result }}