From 5c924d395f43ee8f16a9ba8c5007a214ba629a79 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Sun, 18 Apr 2021 13:23:19 +0300 Subject: Meta: Disable discord notifications timeout Since some builds can take even longer than 1 hour (for example: f033416893b097e9f148711c161537db328d02cd) this commit just increases the timeout to be github's own workflow timeout (effectively disabling it) and just lets github handle it instead. --- .github/workflows/discord.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index ba65a9b570..194b236182 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -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 -- cgit v1.2.3