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 936804f commit d0a5ef5Copy full SHA for d0a5ef5
.github/workflows/release-spec-runner.yml
@@ -16,7 +16,7 @@ on:
16
default: 'dev'
17
required: false
18
schedule:
19
- - cron: '0 * * * 1-5' # Run every hour from Monday to Friday
+ - 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