Meta: Disable discord notifications timeout

Since some builds can take even longer than 1 hour
(for example: f033416893)
this commit just increases the timeout to be github's
own workflow timeout (effectively disabling it) and just
lets github handle it instead.
This commit is contained in:
Idan Horowitz 2021-04-18 13:23:19 +03:00 committed by Andreas Kling
parent 8d4780aff4
commit 5c924d395f
Notes: sideshowbarker 2024-07-18 19:28:16 +09:00

View file

@ -16,7 +16,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
excludedCheckName: "notify_discord"
ref: ${{ github.event.pull_request.head.sha || github.sha }}
timeoutSeconds: 3600
timeoutSeconds: 21600
intervalSeconds: 100
- name: Discord action notification