Add notify constraint (#1112)

This commit is contained in:
Vince Grassia 2021-10-15 13:07:05 -04:00 committed by GitHub
parent bee11204b2
commit 66d560aab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1016,6 +1016,7 @@ jobs:
- macos-package-mas - macos-package-mas
steps: steps:
- name: Check if any job failed - name: Check if any job failed
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }}
env: env:
CLOC_STATUS: ${{ needs.cloc.result }} CLOC_STATUS: ${{ needs.cloc.result }}
SETUP_STATUS: ${{ needs.setup.result }} SETUP_STATUS: ${{ needs.setup.result }}