Run check update action twice

Allow to merge the previously opened PR.
This commit is contained in:
Julien Reichardt 2025-01-11 19:53:29 +01:00
parent f5ca018ff5
commit 12e8d54241

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: "30 0 * * 5"
- cron: "00,30 1 * * 5" # Open a PR, then 30 minutes after merge it if the CI passed
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
jobs: