File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ jobs:
262
262
image : ${{ matrix.image }}
263
263
k8s-version : ${{ matrix.k8s-version }}
264
264
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' }}
266
266
267
267
publish-helm :
268
268
name : Package and Publish Helm Chart
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
helm-test-remote :
120
120
name : Helm Tests Remote
121
121
runs-on : ubuntu-22.04
122
- if : ${{ github.event_name == 'schedule' }}
122
+ # if: ${{ github.event_name == 'schedule' }}
123
123
steps :
124
124
- name : Checkout Repository
125
125
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
You can’t perform that action at this time.
0 commit comments