File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ jobs:
262262 image : ${{ matrix.image }}
263263 k8s-version : ${{ matrix.k8s-version }}
264264 secrets : inherit
265- if : ${{ needs.vars.outputs.helm_changes == 'true' || github.event_name == 'schedule' }}
265+ # if: ${{ needs.vars.outputs.helm_changes == 'true' || github.event_name == 'schedule' }}
266266
267267 publish-helm :
268268 name : Package and Publish Helm Chart
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 helm-test-remote :
120120 name : Helm Tests Remote
121121 runs-on : ubuntu-22.04
122- if : ${{ github.event_name == 'schedule' }}
122+ # if: ${{ github.event_name == 'schedule' }}
123123 steps :
124124 - name : Checkout Repository
125125 uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
You can’t perform that action at this time.
0 commit comments