From 73dd0fabb6c492ac41e2be7888fd5b783eba107b Mon Sep 17 00:00:00 2001 From: Lovisa Berggren Date: Tue, 26 Aug 2025 17:22:31 +0100 Subject: [PATCH] ci: temp disable automatic OAS release --- .github/workflows/release-spec-runner.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-spec-runner.yml b/.github/workflows/release-spec-runner.yml index 6a1b882320..54ac4e8131 100644 --- a/.github/workflows/release-spec-runner.yml +++ b/.github/workflows/release-spec-runner.yml @@ -15,8 +15,8 @@ on: - dev,qa default: 'dev' required: false - schedule: - - cron: '0 */2 * * 1-5' # Run every 2 hours from Monday to Friday +# schedule: # Temporarily disabled to avoid automatic runs for op ID release, will be re-enabled after the 20250827 release (CLOUDP-304020) +# - cron: '0 */2 * * 1-5' # Run every 2 hours from Monday to Friday permissions: contents: write pull-requests: write