From 5c665a6cbb3334c9f4517d3265eb3635be0bd486 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 13 Jan 2026 18:26:23 +0000 Subject: [PATCH] publish extra require sleep --- .github/workflows/publish_extra.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_extra.yml b/.github/workflows/publish_extra.yml index 30f22e7933..49964c95d9 100644 --- a/.github/workflows/publish_extra.yml +++ b/.github/workflows/publish_extra.yml @@ -16,13 +16,14 @@ jobs: sleep: runs-on: ubicloud steps: - - name: Sleep for 1200 seconds waiting for pypi to update index + - name: Sleep for 900 seconds waiting for pypi to update index if: startsWith(github.ref, 'refs/tags/v') - run: sleep 1200 + run: sleep 900 shell: bash # Build and test the image before publishing test_extra: + needs: [sleep] runs-on: ubicloud-standard-8 steps: - uses: actions/checkout@v4