Skip to content

Commit d0a5ef5

Browse files
chore: update foas release to run every 2 hours from Monday to Friday
1 parent 936804f commit d0a5ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-spec-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
default: 'dev'
1717
required: false
1818
schedule:
19-
- cron: '0 * * * 1-5' # Run every hour from Monday to Friday
19+
- cron: '0 */2 * * 1-5' # Run every 2 hours from Monday to Friday
2020
permissions:
2121
contents: write
2222
pull-requests: write

0 commit comments

Comments
 (0)