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 fba0de4 commit 7b3a125Copy full SHA for 7b3a125
.github/workflows/manual-example-workflow.yml
@@ -76,7 +76,7 @@ jobs:
76
77
build-deploy-gmc:
78
needs: [get-test-matrix]
79
- if: ${{ fromJSON(inputs.deploy_gmc) }} && ${{ fromJSON(needs.get-test-matrix.outputs.nodes).length != 0 }}
+ if: ${{ fromJSON(inputs.deploy_gmc) }}
80
strategy:
81
matrix:
82
node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}
@@ -90,7 +90,7 @@ jobs:
90
91
run-examples:
92
needs: [get-test-matrix, build-deploy-gmc]
93
- if: always() && ${{ fromJSON(needs.get-test-matrix.outputs.examples).length != 0 }}
+ if: always()
94
95
96
example: ${{ fromJson(needs.get-test-matrix.outputs.examples) }}
0 commit comments