Skip to content

Commit

Permalink
Re-Enable Weekly Test CI (#394)
Browse files Browse the repository at this point in the history
Signed-off-by: tylertitsworth <[email protected]>
  • Loading branch information
Tyler Titsworth authored Sep 19, 2024
1 parent 536d75a commit 1424193
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/weekly-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@ jobs:
group_dir: ${{ matrix.group }}
ref: main
secrets: inherit
helm-ci:
runs-on: kubectl
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: intel/ai-containers/workflows/charts@main
with:
config: '--all --namespace helm-ci'
list_changed: false
kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}
# helm-ci:
# runs-on: kubectl
# steps:
# - name: Harden Runner
# uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
# with:
# egress-policy: audit
# - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
# with:
# fetch-depth: 0
# - uses: intel/ai-containers/workflows/charts@main
# with:
# config: '--all --namespace helm-ci'
# list_changed: false
# kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}
scan:
name: gitleaks
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
Expand Down

0 comments on commit 1424193

Please sign in to comment.