From cf2069dd37a30122f1c6d52dc8de2b9a85b89c30 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 17 Dec 2022 22:22:03 +0100 Subject: [PATCH] meh, it doesn't work --- .github/workflows/updater.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 3326035..d91ef61 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -4,10 +4,6 @@ # It calls updater.sh, which is where you should put the app-specific update steps. name: Check for new upstream releases on: - workflow_run: - workflows: [Check for new upstream releases] - branches: - - 'testing' # Allow to manually trigger the workflow workflow_dispatch: # Run it every day at 6:00 UTC