Skip to content

Commit f008a19

Browse files
committed
test
1 parent f686e7b commit f008a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff 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

.github/workflows/helm.yml

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)