From 9167ec369eb571d3b2078bd78fb72e0a6a30cbb1 Mon Sep 17 00:00:00 2001 From: lamtruong28 Date: Mon, 10 Aug 2026 23:17:49 +0700 Subject: [PATCH] Test sync source retry again #2317 --- .gitea/workflows/sync-source.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index b64e1f3..e7000bd 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -9,11 +9,6 @@ on: jobs: sync-source: runs-on: ubuntu-latest -# steps: -# - name: Run sync script -# run: | -# echo "Running /data/sync.sh" -# /data/sync.sh steps: - name: Sync repository