From 2afe37c8d4a0debfcda74f1f5aac1e6922147828 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 6 Jan 2025 17:19:07 -0800 Subject: [PATCH] fix(ci): conditional --- .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"