Skip to content

Commit 712b802

Browse files
author
Tyler Titsworth
authored
Re-Enable Weekly Test CI (#394)
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent 28399c3 commit 712b802

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/weekly-test.yaml

+15-15
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ jobs:
5252
group_dir: ${{ matrix.group }}
5353
ref: main
5454
secrets: inherit
55-
helm-ci:
56-
runs-on: kubectl
57-
steps:
58-
- name: Harden Runner
59-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
60-
with:
61-
egress-policy: audit
62-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63-
with:
64-
fetch-depth: 0
65-
- uses: intel/ai-containers/workflows/charts@main
66-
with:
67-
config: '--all --namespace helm-ci'
68-
list_changed: false
69-
kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}
55+
# helm-ci:
56+
# runs-on: kubectl
57+
# steps:
58+
# - name: Harden Runner
59+
# uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
60+
# with:
61+
# egress-policy: audit
62+
# - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
63+
# with:
64+
# fetch-depth: 0
65+
# - uses: intel/ai-containers/workflows/charts@main
66+
# with:
67+
# config: '--all --namespace helm-ci'
68+
# list_changed: false
69+
# kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}
7070
scan:
7171
name: gitleaks
7272
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)