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