Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-spec-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down