From 0ada7591dddb4a5b0e8fe81cad366a550c9aaf1d Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Thu, 19 Jun 2025 10:57:43 +0800 Subject: [PATCH] Update sync-runner.yml --- .github/workflows/sync-runner.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-runner.yml b/.github/workflows/sync-runner.yml index 6ec2365..35a8c38 100644 --- a/.github/workflows/sync-runner.yml +++ b/.github/workflows/sync-runner.yml @@ -2,7 +2,7 @@ name: Sync Runner on: schedule: - - cron: "*/20 * * * *" + - cron: "*/30 * * * *" workflow_dispatch: @@ -17,4 +17,4 @@ jobs: - name: Sync Runner run: | - /usr/local/bin/runner ${{ secrets.NEW_STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --queue-token '${{ secrets.QUEUE_TOKEN }}' --queue-url https://queue.m.daocloud.io/apis/v1 --duration 2h --retry=3 --retry-interval=2s + /usr/local/bin/runner ${{ secrets.NEW_STORAGE_ARGS }} --user '${{ secrets.OCI_USER }}' --queue-token '${{ secrets.QUEUE_TOKEN }}' --queue-url https://queue.m.daocloud.io/apis/v1 --duration 3h --retry=3 --retry-interval=2s