Document why this sleep is here

This commit is contained in:
Jordan Dominion
2024-03-04 14:18:14 -05:00
parent cb64da3ed6
commit dc193f39d0
+5 -3
View File
@@ -1970,8 +1970,10 @@ jobs:
shell: powershell
run: build/package/winget/push_manifest.ps1
- name: Delay 10m to allow MS bot to update PR
shell: powershell
run: Sleep 600
- name: Run ReleaseNotes with --link-winget
shell: powershell
run: |
Sleep 600
dotnet run -c Release --no-build --project tools/Tgstation.Server.ReleaseNotes --link-winget ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
run: dotnet run -c Release --no-build --project tools/Tgstation.Server.ReleaseNotes --link-winget ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}