release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races
This commit is contained in:
6
.github/workflows/release-on-version.yml
vendored
6
.github/workflows/release-on-version.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user