From d59179793ba5138e738661849a0c517b671c829c Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Wed, 10 Jul 2024 02:09:05 +0200 Subject: [PATCH] Remove automerge and check once a week. --- .github/workflows/update.yml | 3 +-- flathub.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 081e1e8..fdcf621 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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: diff --git a/flathub.json b/flathub.json index ea5b854..a8ca9d6 100644 --- a/flathub.json +++ b/flathub.json @@ -1,5 +1,4 @@ { - "automerge-flathubbot-prs": true, "disable-external-data-checker": true, "only-arches": ["x86_64"] }