release(v1.8.5): ci: reduce pre-run delay to 2-min and add missing needs: delay, final test

This commit is contained in:
Ryan
2025-11-04 21:16:55 -05:00
committed by GitHub
parent 0ccba45c40
commit f4f7f8ef38
2 changed files with 11 additions and 2 deletions

View File

@@ -17,10 +17,11 @@ jobs:
delay: delay:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Delay 3 minutes - name: Delay 2 minutes
run: sleep 180 run: sleep 120
release: release:
needs: delay
runs-on: ubuntu-latest runs-on: ubuntu-latest
concurrency: concurrency:
# Cancel older runs for the same branch/ref so only the latest proceeds # Cancel older runs for the same branch/ref so only the latest proceeds

View File

@@ -1,5 +1,13 @@
# Changelog # Changelog
## Changes 11/4/2025 (v1.8.5)
release(v1.8.5): ci: reduce pre-run delay to 2-min and add missing `needs: delay`, final test
- No change release just testing
---
## Changes 11/4/2025 (v1.8.4) ## Changes 11/4/2025 (v1.8.4)
release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races