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 7bd18d1 commit 996049bCopy full SHA for 996049b
.github/workflows/nightly.yml
@@ -3,6 +3,7 @@ name: Nightly
3
4
# This job is run at 04:00 UTC every day or on demand.
5
on:
6
+ push:
7
workflow_dispatch:
8
schedule:
9
- cron: '0 4 * * *'
.github/workflows/weekly.yml
@@ -3,6 +3,7 @@ name: Weekly
# This job is run every Saturday at 01:00 UTC or on demand.
- cron: '0 1 * * 6' # every Saturday at 01:00 UTC
0 commit comments