add delay on building extra image
This commit is contained in:
4
.github/workflows/publish_extra.yml
vendored
4
.github/workflows/publish_extra.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user