mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 06:15:46 +00:00
Fix jobs failure check (#226)
This commit is contained in:
2
.github/workflows/build-unified.yml
vendored
2
.github/workflows/build-unified.yml
vendored
@@ -176,7 +176,7 @@ jobs:
|
||||
(github.ref == 'refs/heads/main'
|
||||
|| github.ref == 'refs/heads/rc'
|
||||
|| github.ref == 'refs/heads/hotfix-rc')
|
||||
&& contains(needs.*.outcome, 'failure')
|
||||
&& contains(needs.*.result, 'failure')
|
||||
run: exit 1
|
||||
|
||||
- name: Login to Azure - CI subscription
|
||||
|
||||
Reference in New Issue
Block a user