From 020b010977bd6894a2e5c9a2a48a269aac5c74be Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> Date: Thu, 9 Jul 2020 09:51:17 +0200 Subject: [PATCH] set timeout for release action to 60 minutes --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0499e19ead..758b6cae498 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ jobs: release: runs-on: ubuntu-latest name: Start release process + timeout-minutes: 60 steps: # Not sure why this is needed... Fixes issue with running the action. - name: Checkout release action -- 2.39.5