mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-21 16:25:37 +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
|
name: Check for updates
|
||||||
on:
|
on:
|
||||||
schedule: # for scheduling to work this file must be in the default branch
|
schedule: # for scheduling to work this file must be in the default branch
|
||||||
- cron: "30 0 * * *" # Every day at 00:30
|
- cron: "30 0 * * 5"
|
||||||
- cron: "30 1 * * *"
|
|
||||||
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
|
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"automerge-flathubbot-prs": true,
|
|
||||||
"disable-external-data-checker": true,
|
"disable-external-data-checker": true,
|
||||||
"only-arches": ["x86_64"]
|
"only-arches": ["x86_64"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue