mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
fix: also run fedc at 1am to fasten auto-merge of update PRs
This commit is contained in:
parent
ead8d117de
commit
fce664c8a8
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue