Compare commits

..

2 Commits

Author SHA1 Message Date
Ryan
f4f7f8ef38 release(v1.8.5): ci: reduce pre-run delay to 2-min and add missing needs: delay, final test 2025-11-04 21:16:55 -05:00
github-actions[bot]
0ccba45c40 chore(release): set APP_VERSION to v1.8.4 [skip ci] 2025-11-05 02:09:07 +00:00
3 changed files with 12 additions and 3 deletions

View File

@@ -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

View File

@@ -1,5 +1,13 @@
# 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)
release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races

View File

@@ -1,2 +1,2 @@
// generated by CI
window.APP_VERSION = 'v1.8.3';
window.APP_VERSION = 'v1.8.4';