From: Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> Date: Thu, 9 Jul 2020 07:51:17 +0000 (+0200) Subject: set timeout for release action to 60 minutes X-Git-Tag: 8.5.0.37579~199 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=020b010977bd6894a2e5c9a2a48a269aac5c74be;p=sonarqube.git set timeout for release action to 60 minutes --- 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