Skip to content

Commit d2fe664

Browse files
committed
Merge 1.19.2 into 1.19.4
2 parents 3a6b5c9 + ad35fc5 commit d2fe664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Generate Markdown Patch-List
1818
run: python3 scripts/gen-markdown-patchlist.py
1919
- name: Very legitimate hack for wiki push race condition
20-
run: sleep $((1 + (RANDOM % 3))
20+
run: sleep $((1 + (RANDOM % 30)))
2121
shell: bash
2222
- name: Upload generated file to wiki
2323
uses: SwiftDocOrg/github-wiki-publish-action@v1

0 commit comments

Comments
 (0)