From 5e9b4a27fa3530854777efc4397f4bae67ec3bf5 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 8 Mar 2023 14:53:32 -0500 Subject: [PATCH] fix(updater): 1st attempt to convert to drone --- .github/workflows/updater.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 2cf1e11..4c0f86c 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -1,12 +1,8 @@ +kind: pipeline +type: docker name: Updater -on: - schedule: - - cron: '0 20 * * *' - workflow_dispatch: -jobs: - Update-Apks: - runs-on: ubuntu-latest - steps: + +steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: