Skip to content

Commit 4d0ba4f

Browse files
Run "demo" workflow nightly
1 parent 5e57700 commit 4d0ba4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/demo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Demo
22

33
on:
4+
schedule:
5+
- cron: '0 0 * * *'
46
workflow_dispatch:
57
inputs:
68
ref:
79
description: "The branch, tag or SHA to checkout."
810
required: false
9-
default: ""
11+
default: ''
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)