|
|
|
@ -151,9 +151,9 @@ jobs: |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check if any job failed |
|
|
|
- name: Check if any job failed |
|
|
|
if: | |
|
|
|
if: | |
|
|
|
github.ref == 'refs/heads/main' |
|
|
|
(github.ref == 'refs/heads/main' |
|
|
|
|| github.ref == 'refs/heads/rc' |
|
|
|
|| github.ref == 'refs/heads/rc' |
|
|
|
|| github.ref == 'refs/heads/hotfix' |
|
|
|
|| github.ref == 'refs/heads/hotfix') |
|
|
|
&& contains(needs.*.result, 'failure') |
|
|
|
&& contains(needs.*.result, 'failure') |
|
|
|
run: exit 1 |
|
|
|
run: exit 1 |
|
|
|
|
|
|
|
|
|
|
|
|