We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea47be9 commit abb82f5Copy full SHA for abb82f5
1 file changed
.github/workflows/translate_all.yml
@@ -58,6 +58,12 @@ jobs:
58
BRANCH: ${{ matrix.branch }}
59
60
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
+
67
- name: Checkout code
68
uses: actions/checkout@v4
69
with:
0 commit comments