mirror of
https://github.com/bitwarden/server.git
synced 2025-02-18 02:11:22 +01:00
Add Slack notifications constraint (#1639)
This commit is contained in:
parent
15eeb9d650
commit
86755e130c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -421,6 +421,7 @@ jobs:
|
|||||||
- upload
|
- upload
|
||||||
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 }}
|
||||||
TESTING_STATUS: ${{ needs.testing.result }}
|
TESTING_STATUS: ${{ needs.testing.result }}
|
||||||
|
Loading…
Reference in New Issue
Block a user