We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72827bc commit bce2603Copy full SHA for bce2603
1 file changed
.github/workflows/schedule.yml
@@ -0,0 +1,10 @@
1
+name: Scheduled build
2
+
3
+on:
4
+ schedule:
5
+ - cron: "5 4 * * 0"
6
+ workflow_dispatch:
7
8
+jobs:
9
+ main:
10
+ uses: ./.github/workflows/test.yml
0 commit comments