diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2021-01-26 13:50:24 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-26 20:07:55 +0000 |
commit | 8222154afabb81779ad3c99baf7c1bfae4e74ee8 (patch) | |
tree | f8c63cdcd3efcb60ad871aea8b6c19c728640d93 /.github | |
parent | cbc40166a503765a991b572ff45647ec6db6d002 (diff) | |
download | sonarqube-8222154afabb81779ad3c99baf7c1bfae4e74ee8.tar.gz sonarqube-8222154afabb81779ad3c99baf7c1bfae4e74ee8.zip |
[BUILD] Limit release action to internal repo
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 1 |
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 |