Remove automerge and check once a week.

This commit is contained in:
Julien Reichardt 2024-07-10 02:09:05 +02:00
parent c4b6c66fc4
commit d59179793b
2 changed files with 1 additions and 3 deletions

View file

@ -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:

View file

@ -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"]
} }