|
|
|
@ -151,7 +151,7 @@ jobs: |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Check if any job failed |
|
|
|
- name: Check if any job failed |
|
|
|
if: | |
|
|
|
if: | |
|
|
|
github.ref == 'refs/heads/master' |
|
|
|
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' |
|
|
|
env: |
|
|
|
env: |
|
|
|
|