From 08b92bf8717e7cb42e909dd93c35f2f1da57d2ed Mon Sep 17 00:00:00 2001 From: "Mark E. DeYoung" <1854350+mark-e-deyoung@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:37:33 +0200 Subject: [PATCH] ci: make experimental release mutation push-only --- .github/workflows/compile-observer-smoke.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/compile-observer-smoke.yml b/.github/workflows/compile-observer-smoke.yml index cfce17132e..c7213ad72e 100644 --- a/.github/workflows/compile-observer-smoke.yml +++ b/.github/workflows/compile-observer-smoke.yml @@ -219,9 +219,7 @@ jobs: - observer-contract - linux-engine-build - windows-engine-build - if: >- - (github.event_name == 'push' && github.ref == 'refs/heads/semper/compile-observer') || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.head_ref == 'semper/compile-observer' && github.base_ref == 'semper/oxce-8.6.5-base') + if: github.event_name == 'push' && github.ref == 'refs/heads/semper/compile-observer' runs-on: ubuntu-latest permissions: contents: write @@ -392,9 +390,7 @@ jobs: name: Verify unauthenticated public channel needs: - publish-experimental - if: >- - (github.event_name == 'push' && github.ref == 'refs/heads/semper/compile-observer') || - (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.head_ref == 'semper/compile-observer' && github.base_ref == 'semper/oxce-8.6.5-base') + if: github.event_name == 'push' && github.ref == 'refs/heads/semper/compile-observer' runs-on: ubuntu-latest permissions: {} steps: