Skip to content

Commit e3b42b6

Browse files
committed
Optimize pr-chart-e2e.yml
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 47a47e1 commit e3b42b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-chart-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
helm-chart-test:
6767
needs: [job1]
68-
if: always() && ${{ fromJSON(needs.job1.outputs.run_matrix).length != 0 }}
68+
if: always() && ${{ needs.job1.outputs.run_matrix != '{"include":[]}' }}
6969
uses: ./.github/workflows/_helm-e2e.yml
7070
strategy:
7171
matrix: ${{ fromJSON(needs.job1.outputs.run_matrix) }}

0 commit comments

Comments
 (0)