fix: also run fedc at 1am to fasten auto-merge of update PRs

This commit is contained in:
Lctrs 2022-10-15 09:48:15 +00:00 committed by GitHub
parent ead8d117de
commit fce664c8a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: Check for updates
on:
schedule: # for scheduling to work this file must be in the default branch
- cron: "0 0 * * *" # Every day at 00:00
- cron: "0 0,1 * * *" # Every day at 00:00
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
jobs: