release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races

This commit is contained in:
Ryan
2025-11-04 21:08:58 -05:00
committed by GitHub
parent f809cc09d2
commit 620c916eb3
2 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,12 @@ permissions:
contents: write
jobs:
delay:
runs-on: ubuntu-latest
steps:
- name: Delay 3 minutes
run: sleep 180
release:
runs-on: ubuntu-latest
concurrency:

View File

@@ -1,6 +1,14 @@
# Changelog
## Changees 11/4/2025 (v1.8.3)
## Changes 11/4/2025 (v1.8.4)
release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races
- No change release just testing
---
## Changes 11/4/2025 (v1.8.3)
release(v1.8.3): feat(mobile+ci): harden Capacitor switcher & make release-on-version robust