From 73cbd0b4efa7ae08ffe82d80254df6a38e0e7fec Mon Sep 17 00:00:00 2001 From: kovacs Date: Tue, 20 Feb 2024 10:30:34 +0800 Subject: [PATCH] chore(action): remove syncbase remove syncbase Signed-off-by: kovacs --- .github/workflows/syncbase.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/syncbase.yaml diff --git a/.github/workflows/syncbase.yaml b/.github/workflows/syncbase.yaml deleted file mode 100644 index 3085db3..0000000 --- a/.github/workflows/syncbase.yaml +++ /dev/null @@ -1,21 +0,0 @@ -name: mritd/syncbase - -on: - schedule: - - cron: 0 23 * * 1 - workflow_call: - workflow_dispatch: - inputs: - trigger: - description: Manually trigger - required: true - type: choice - options: - - build - -jobs: - syncbase: - uses: ./.github/workflows/.earthly.yaml - secrets: inherit - with: - build-dir: syncbase