Merge pull request #1236 from flathub/fix/auto-merge

fix: also run fedc at 1am to fasten auto-merge of update PRs
This commit is contained in:
Lctrs 2022-10-15 10:54:15 +00:00 committed by GitHub
commit 361dfa71b6
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: