1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:07:45 +00:00

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

View file

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