Skip to content

Commit abb82f5

Browse files
committed
f
1 parent ea47be9 commit abb82f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/translate_all.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
BRANCH: ${{ matrix.branch }}
5959

6060
steps:
61+
- name: Wait for build_master to start
62+
run: |
63+
echo "Waiting 30 seconds to let build_master.yml initialize and reset the searchindex repo..."
64+
sleep 30
65+
echo "Continuing with translation workflow"
66+
6167
- name: Checkout code
6268
uses: actions/checkout@v4
6369
with:

0 commit comments

Comments
 (0)