Skip to content

Commit 427a8d6

Browse files
committed
Remove milestone dependency and sleep from Discord notification
The inform_discord job no longer depends on close_milestone and the initial sleep step has been removed, streamlining the release workflow.
1 parent 826afca commit 427a8d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,9 @@ jobs:
228228
229229
inform_discord:
230230
runs-on: ubuntu-latest
231-
needs: [lib_release,docs_release,close_milestone,pre_config]
231+
needs: [lib_release,docs_release,pre_config]
232232
environment: release
233233
steps:
234-
- name: Sleep for 3 minutes
235-
run: sleep 3m
236-
shell: bash
237234
- name: "Notify Discord"
238235
run: |
239236
VERSION=${{ needs.pre_config.outputs.version }}

0 commit comments

Comments
 (0)