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 4f0685d commit 3e5ff74Copy full SHA for 3e5ff74
.github/workflows/run-demo.yml
@@ -1,6 +1,8 @@
1
name: Run Demo Builds
2
3
on:
4
+ schedule:
5
+ - cron: '*/50 * * * *' # every 50 minutes
6
workflow_call:
7
workflow_dispatch:
8
workflow_run:
0 commit comments