|
|
|
|
@ -627,7 +627,7 @@ jobs:
@@ -627,7 +627,7 @@ jobs:
|
|
|
|
|
- macos-gui |
|
|
|
|
steps: |
|
|
|
|
- name: Check if any job failed |
|
|
|
|
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') }} |
|
|
|
|
if: ${{ (github.ref == 'refs/heads/main') || (github.ref == 'refs/heads/rc') }} |
|
|
|
|
env: |
|
|
|
|
CLOC_STATUS: ${{ needs.cloc.result }} |
|
|
|
|
SETUP_STATUS: ${{ needs.setup.result }} |
|
|
|
|
|