1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Add notify constraint (#1244)

This commit is contained in:
Vince Grassia
2021-10-15 13:06:59 -04:00
committed by GitHub
parent ee3c3294f3
commit f63b395736

View File

@@ -419,6 +419,7 @@ jobs:
- windows
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 }}