From 323ffe90dbbe2679478f9e19192e27ef37bd69c3 Mon Sep 17 00:00:00 2001 From: Patryk Matuszak Date: Mon, 29 Dec 2025 12:19:05 +0100 Subject: [PATCH] Run CNCF and OKD workflows only on microshift-io repo --- .github/workflows/cncf-conformance.yaml | 1 + .github/workflows/release-okd.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cncf-conformance.yaml b/.github/workflows/cncf-conformance.yaml index e70a2b44..4244de2d 100644 --- a/.github/workflows/cncf-conformance.yaml +++ b/.github/workflows/cncf-conformance.yaml @@ -29,6 +29,7 @@ env: jobs: cncf-conformance: + if: github.event_name != 'schedule' || github.repository == 'microshift-io/microshift' strategy: matrix: runners: [ubuntu-24.04, ubuntu-24.04-arm] diff --git a/.github/workflows/release-okd.yaml b/.github/workflows/release-okd.yaml index ee7fded8..98ebffd3 100644 --- a/.github/workflows/release-okd.yaml +++ b/.github/workflows/release-okd.yaml @@ -29,6 +29,7 @@ env: jobs: build-okd-release: name: Build OKD release images for ARM + if: github.event_name != 'schedule' || github.repository == 'microshift-io/microshift' runs-on: ubuntu-24.04-arm steps: - name: Check out MicroShift upstream repository