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 9048488 commit 1428edfCopy full SHA for 1428edf
.github/workflows/static-deploy.yml
@@ -2,6 +2,9 @@ on:
2
push:
3
branches:
4
- main
5
+ schedule:
6
+ # run an hour (no DST) or two hours (DST) after the meetup begins
7
+ - cron: '0 1 * * 4#2'
8
9
jobs:
10
build:
0 commit comments