mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +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:
parent
8d4780aff4
commit
5c924d395f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/discord.yml
vendored
2
.github/workflows/discord.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue