We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96e3e4 commit df29191Copy full SHA for df29191
.github/workflows/release-spec-runner.yml
@@ -15,8 +15,8 @@ on:
15
- dev,qa
16
default: 'dev'
17
required: false
18
- schedule:
19
- - 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
20
permissions:
21
contents: write
22
pull-requests: write
0 commit comments