Add notify constraint (#390)
This commit is contained in:
parent
e9bd76b194
commit
58e632250a
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue