aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMalena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com>2021-01-26 13:50:24 +0100
committersonartech <sonartech@sonarsource.com>2021-01-26 20:07:55 +0000
commit8222154afabb81779ad3c99baf7c1bfae4e74ee8 (patch)
treef8c63cdcd3efcb60ad871aea8b6c19c728640d93 /.github
parentcbc40166a503765a991b572ff45647ec6db6d002 (diff)
downloadsonarqube-8222154afabb81779ad3c99baf7c1bfae4e74ee8.tar.gz
sonarqube-8222154afabb81779ad3c99baf7c1bfae4e74ee8.zip
[BUILD] Limit release action to internal repo
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 1e5ba7e936c..26746cc6c95 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,6 +10,7 @@ env:
jobs:
release:
+ if: github.repository == 'sonarsource/sonar-enterprise'
runs-on: ubuntu-latest
name: Start release process
timeout-minutes: 60