1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

Add notify constraint (#2120)

This commit is contained in:
Vince Grassia
2021-10-15 13:07:15 -04:00
committed by GitHub
parent 1929e703ba
commit 9c10961b9f

View File

@@ -178,6 +178,7 @@ jobs:
- build - build
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 }}