mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
Add notify constraint (#1587)
This commit is contained in:
parent
f3ff991abe
commit
88a1d8d4e8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue