1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

Add notify constraint (#390)

This commit is contained in:
Vince Grassia
2021-10-15 13:07:10 -04:00
committed by GitHub
parent e9bd76b194
commit 58e632250a

View File

@@ -316,6 +316,7 @@ jobs:
- snap
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 }}