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 f835d5a commit 6a4007fCopy full SHA for 6a4007f
.github/workflows/release-spec-runner.yml
@@ -15,8 +15,8 @@ on:
15
- dev,qa
16
default: 'dev'
17
required: false
18
-# schedule: # Temporarily disabled to avoid automatic runs for op ID release, will be re-enabled after the 20250827 release (CLOUDP-304020)
19
-# - cron: '0 */2 * * 1-5' # Run every 2 hours from Monday to Friday
+ schedule:
+ - 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