From 4d33f3691613c76559cd352dba05e32c85017c12 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 6 Jan 2025 17:20:42 -0800 Subject: [PATCH] fix(ci): conditional (#2227) --- .github/workflows/scheduled.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index bceb5b570..8b0ed3df3 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -19,7 +19,6 @@ jobs: 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"