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