Skip to content

Commit 0ed71b6

Browse files
authored
[ci skip] ci(release): Wait 3m between docs and discord announce
That gives rdt enough time to build and deploy the docs
1 parent bc5b9a3 commit 0ed71b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
needs: [lib_release,docs_release,close_milestone,pre_config]
136136
environment: release
137137
steps:
138+
- name: Sleep for 3 minutes
139+
run: sleep 3m
140+
shell: bash
138141
- name: "Notify Discord"
139142
run: |
140143
VERSION=${{ needs.pre_config.outputs.version }}

0 commit comments

Comments
 (0)