From 0b4eecf7d8da56faddbe1ed35e00dc9269f61739 Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 15:51:47 +0700 Subject: [PATCH] Test sync source retry --- .gitea/workflows/sync-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 39ca18e..db48be5 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -7,7 +7,7 @@ on: jobs: sync: - runs-on: docker + runs-on: ubuntu-latest steps: - name: Checkout develop branch uses: actions/checkout@v3