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 d66772c commit a7d97a4Copy full SHA for a7d97a4
.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