Run builds also as scheduled task
This commit is contained in:
parent
d1b24d25ce
commit
7aeffa2ea9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/builds.yaml
vendored
2
.github/workflows/builds.yaml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- production
|
||||
schedule:
|
||||
- cron: '0 2 * * *' # Daily at 2AM UTC
|
||||
|
||||
jobs:
|
||||
builds:
|
||||
|
|
Loading…
Add table
Reference in a new issue