From abb82f5a1170932c68a80befae1a0905f310e1c7 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Sat, 4 Oct 2025 01:29:49 +0200 Subject: [PATCH] f --- .github/workflows/translate_all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/translate_all.yml b/.github/workflows/translate_all.yml index 4d4c4d44a..28e13066a 100644 --- a/.github/workflows/translate_all.yml +++ b/.github/workflows/translate_all.yml @@ -58,6 +58,12 @@ jobs: BRANCH: ${{ matrix.branch }} steps: + - name: Wait for build_master to start + run: | + echo "Waiting 30 seconds to let build_master.yml initialize and reset the searchindex repo..." + sleep 30 + echo "Continuing with translation workflow" + - name: Checkout code uses: actions/checkout@v4 with: