From f0fd66f4b20009ed492b0cf9de49c74d77bfccb9 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Tue, 10 Feb 2026 18:42:57 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20timeout=20apr=C3=A8s=2060min?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a83d1b3..6e51c42 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,7 @@ on: jobs: deploy: runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: read deployments: write