From 8e8359271afebbc137fc243962a2cbe49edfa42e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 13 Jan 2026 16:52:48 +0000 Subject: [PATCH] add delay on building extra image --- .github/workflows/publish_extra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_extra.yml b/.github/workflows/publish_extra.yml index 6802559f6a..6775696770 100644 --- a/.github/workflows/publish_extra.yml +++ b/.github/workflows/publish_extra.yml @@ -16,9 +16,9 @@ jobs: sleep: runs-on: ubicloud steps: - - name: Sleep for 900 seconds waiting for pypi to update index + - name: Sleep for 1200 seconds waiting for pypi to update index if: startsWith(github.ref, 'refs/tags/v') - run: sleep 900 + run: sleep 1200 shell: bash # Build and test the image before publishing