diff --git a/.github/workflows/static-deploy.yml b/.github/workflows/static-deploy.yml index 97cf4e7..236326c 100644 --- a/.github/workflows/static-deploy.yml +++ b/.github/workflows/static-deploy.yml @@ -2,6 +2,9 @@ on: push: branches: - main + schedule: + # run an hour (no DST) or two hours (DST) after the meetup begins + - cron: '0 1 * * 4#2' jobs: build: