Add schedule to the demo cicd
This commit is contained in:
parent
aa3feb4f14
commit
36e1bae353
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Demo - Build & Deploy to Scaleway
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 11 * * *' # 11:00 UTC -> 13:00 CEST
|
||||
push:
|
||||
branches: [legacy_dev]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user