Fix jobs failure check (#226)

This commit is contained in:
Opeyemi
2024-03-06 16:56:38 +01:00
committed by GitHub
parent 9745acdc47
commit 9d5eb9eccb

View File

@@ -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