add delay on building extra image

This commit is contained in:
Ruben Fiszel
2026-01-13 16:50:33 +00:00
parent 8ffef2e3ba
commit 19cc181cbc
+7
View File
@@ -16,6 +16,13 @@ on:
permissions: write-all
jobs:
sleep:
runs-on: ubicloud
steps:
- name: Sleep for 900 seconds waiting for pypi to update index
if: startsWith(github.ref, 'refs/tags/v')
run: sleep 900
shell: bash
build_extra:
runs-on: ubicloud
steps: