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 e5de72b commit 794cd52Copy full SHA for 794cd52
.github/workflows/deploy-github-page.yml
@@ -6,6 +6,8 @@ on:
6
push:
7
branches:
8
- main
9
+ schedule:
10
+ - cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
11
12
permissions:
13
contents: read
.github/workflows/main.yml
@@ -8,6 +8,8 @@ on:
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
0 commit comments