Browse Source

Add notify constraint (#522)

pull/523/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
62011628d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -79,6 +79,7 @@ jobs: @@ -79,6 +79,7 @@ jobs:
- build
steps:
- name: Check if any job failed
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }}
env:
CLOC_STATUS: ${{ needs.cloc.result }}
BUILD_STATUS: ${{ needs.build.result }}

Loading…
Cancel
Save