From 73ff1dce5188dd829caa4260d43fcafcb78506da Mon Sep 17 00:00:00 2001 From: Berry de Vos Date: Sat, 28 Oct 2023 08:17:42 +0200 Subject: [PATCH] Becauses of cleanup in workflow it ran over the 2 minutes limit, because of this the job was cancelled and the next day the last successful build was farther away then it should be. So upped the timeout of the workflow to 5 minutes --- .github/workflows/send-email.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/send-email.yaml b/.github/workflows/send-email.yaml index 26ac38f..dc7bfbf 100644 --- a/.github/workflows/send-email.yaml +++ b/.github/workflows/send-email.yaml @@ -8,7 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest - timeout-minutes: 2 + timeout-minutes: 5 permissions: read-all steps: