Add notify constraint (#1587)

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

View File

@ -482,6 +482,7 @@ jobs:
- ios
steps:
- name: Check if any job failed
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }}
env:
CLOC_STATUS: ${{ needs.cloc.result }}
ANDROID_STATUS: ${{ needs.android.result }}