We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf6d5c commit 51ada97Copy full SHA for 51ada97
.github/workflows/apps.yml
@@ -70,7 +70,7 @@ jobs:
70
71
build_and_push:
72
needs: [check_changes]
73
- if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success') }}
+ if: ${{ github.repository_owner == 'CubeCoders' && github.ref == 'refs/heads/master' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success') && needs.check_changes.outputs.apps_json != '[]' }}
74
name: 'amp:apps-${{ matrix.app }}'
75
runs-on: ubuntu-latest
76
strategy:
0 commit comments