Skip to content

Commit 3a6b5c9

Browse files
committed
Merge 1.19.2 into 1.19.4
2 parents 1a68035 + 1b563c3 commit 3a6b5c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wiki_update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
wikigen:
1010
if: github.repository_owner == 'embeddedt'
1111
runs-on: ubuntu-latest
12-
concurrency:
13-
group: wiki-generation
14-
cancel-in-progress: false
1512
steps:
1613
- name: Checkout Repository
1714
uses: actions/checkout@v3
1815
with:
1916
fetch-depth: 0
2017
- name: Generate Markdown Patch-List
2118
run: python3 scripts/gen-markdown-patchlist.py
19+
- name: Very legitimate hack for wiki push race condition
20+
run: sleep $((1 + (RANDOM % 3))
21+
shell: bash
2222
- name: Upload generated file to wiki
2323
uses: SwiftDocOrg/github-wiki-publish-action@v1
2424
with:

0 commit comments

Comments
 (0)