Skip to content

Commit 3e5ff74

Browse files
committed
Run run-demo on a 50 minute schedule
1 parent 4f0685d commit 3e5ff74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Run Demo Builds
22

33
on:
4+
schedule:
5+
- cron: '*/50 * * * *' # every 50 minutes
46
workflow_call:
57
workflow_dispatch:
68
workflow_run:

0 commit comments

Comments
 (0)