We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a08de2 commit d96e533Copy full SHA for d96e533
.github/workflows/ci.yml
@@ -262,7 +262,7 @@ jobs:
262
image: ${{ matrix.image }}
263
k8s-version: ${{ matrix.k8s-version }}
264
secrets: inherit
265
- if: ${{ needs.vars.outputs.helm_changes == 'true' || github.event_name == 'schedule' }}
+ # if: ${{ needs.vars.outputs.helm_changes == 'true' || github.event_name == 'schedule' }}
266
267
publish-helm:
268
name: Package and Publish Helm Chart
.github/workflows/helm.yml
@@ -119,7 +119,7 @@ jobs:
119
helm-test-remote:
120
name: Helm Tests Remote
121
runs-on: ubuntu-22.04
122
- if: ${{ github.event_name == 'schedule' }}
+ # if: ${{ github.event_name == 'schedule' }}
123
steps:
124
- name: Checkout Repository
125
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
0 commit comments