From abebe3534daedbb62936c056813895d5b28cd322 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 6 Jan 2025 17:08:58 -0800 Subject: [PATCH] fix(ci): catch missing oc action after gh runner update --- .github/workflows/scheduled.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 4509f4775..bceb5b570 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -18,6 +18,12 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: + - name: Install CLI tools from OpenShift Mirror + if: steps.triggers.outputs.triggered == 'true' + uses: redhat-actions/openshift-tools-installer@v1 + with: + oc: "4.14.37" + - name: Clean up Helm Releases run: | # OC Login