From 91900ad4a613e24aa1f7674767f1364212f083e0 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 21 Mar 2023 22:47:52 -0400 Subject: [PATCH] Update '.forgejo/workflows/updater.yaml' --- .forgejo/workflows/updater.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/updater.yaml b/.forgejo/workflows/updater.yaml index c79109f..362713c 100644 --- a/.forgejo/workflows/updater.yaml +++ b/.forgejo/workflows/updater.yaml @@ -1,5 +1,7 @@ name: Updater -on: push +on: + schedule: + - cron: '0 7 * * *' jobs: Update-Apks: runs-on: ubuntu-latest