release(v1.8.5): ci: reduce pre-run delay to 2-min and add missing needs: delay, final test
This commit is contained in:
5
.github/workflows/release-on-version.yml
vendored
5
.github/workflows/release-on-version.yml
vendored
@@ -17,10 +17,11 @@ jobs:
|
||||
delay:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Delay 3 minutes
|
||||
run: sleep 180
|
||||
- name: Delay 2 minutes
|
||||
run: sleep 120
|
||||
|
||||
release:
|
||||
needs: delay
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
# Cancel older runs for the same branch/ref so only the latest proceeds
|
||||
|
||||
Reference in New Issue
Block a user