Merge pull request #2180 from mozilla/flodolo-patch-1

Run builds also as scheduled task
This commit is contained in:
Andrea Marchesini 2021-10-28 11:51:03 +02:00 committed by GitHub
commit 8c444713df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ on:
branches: branches:
- main - main
- production - production
schedule:
- cron: '0 2 * * *' # Daily at 2AM UTC
jobs: jobs:
builds: builds: