From 666ab0a00b252ba77dc089565923f004ecf291ec Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 1 May 2026 12:42:28 +0100 Subject: [PATCH] ci: stop parity gate on pull requests --- .github/workflows/parity-gate.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/workflows/parity-gate.yml b/.github/workflows/parity-gate.yml index f7f5a446a75..b8cf6cc137e 100644 --- a/.github/workflows/parity-gate.yml +++ b/.github/workflows/parity-gate.yml @@ -1,18 +1,10 @@ name: Parity gate on: - pull_request: - types: [opened, reopened, synchronize, ready_for_review] - paths: - - "extensions/qa-lab/**" - - "extensions/qa-channel/**" - - "extensions/openai/**" - - "qa/scenarios/**" - - "src/agents/**" - - "src/context-engine/**" - - "src/gateway/**" - - "src/media/**" - - ".github/workflows/parity-gate.yml" + schedule: + - cron: "17 3 * * *" + release: + types: [published] workflow_dispatch: permissions: @@ -25,7 +17,6 @@ concurrency: jobs: parity-gate: name: Run the OpenAI / Opus 4.6 parity gate against the qa-lab mock - if: ${{ github.event.pull_request.draft != true }} runs-on: blacksmith-32vcpu-ubuntu-2404 timeout-minutes: 30 env: