From 5739f86d06e3da5ad61f83a171e9c42086abfd97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jind=C5=99ich=20B=C3=A4r?= Date: Wed, 12 Jul 2023 08:05:31 +0200 Subject: [PATCH] fix: mitigate the publishing pipeline race condition with wait --- .github/workflows/model-updater.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/model-updater.yml b/.github/workflows/model-updater.yml index e920b120..f67d383c 100644 --- a/.github/workflows/model-updater.yml +++ b/.github/workflows/model-updater.yml @@ -81,6 +81,10 @@ jobs: commit_user_name: "modelmaker[bot] ⚒️" commit_user_email: modelmaker[bot]@users.noreply.github.com + - name: Sleep for 1 minute + run: sleep 60s + shell: bash + - name: Create release uses: actions/create-release@v1 env: