mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-21 08:15:39 +00:00
Remove automerge and check once a week.
This commit is contained in:
parent
c4b6c66fc4
commit
d59179793b
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
@ -1,8 +1,7 @@
|
|||
name: Check for updates
|
||||
on:
|
||||
schedule: # for scheduling to work this file must be in the default branch
|
||||
- cron: "30 0 * * *" # Every day at 00:30
|
||||
- cron: "30 1 * * *"
|
||||
- cron: "30 0 * * 5"
|
||||
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"automerge-flathubbot-prs": true,
|
||||
"disable-external-data-checker": true,
|
||||
"only-arches": ["x86_64"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue