aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>2020-07-09 09:51:17 +0200
committersonartech <sonartech@sonarsource.com>2020-07-09 20:05:35 +0000
commit020b010977bd6894a2e5c9a2a48a269aac5c74be (patch)
treeb7bacae45c85000eb28ff99b7c9a38053fd8f551 /.github
parent191fde8d2cfc1a69b4e981b67e4e0bdbb33bba7c (diff)
downloadsonarqube-020b010977bd6894a2e5c9a2a48a269aac5c74be.tar.gz
sonarqube-020b010977bd6894a2e5c9a2a48a269aac5c74be.zip
set timeout for release action to 60 minutes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
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