aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2020-03-12 12:19:08 +0100
committersonartech <sonartech@sonarsource.com>2020-03-13 20:04:14 +0000
commit84b6eb00580f43c3c2df0567a5f626384d777090 (patch)
tree4db380fe4dea5f51f8c0b29b04bd2d5dde641309 /.github
parent396a88701b26bd9f98b44d37a102f33f36462436 (diff)
downloadsonarqube-84b6eb00580f43c3c2df0567a5f626384d777090.tar.gz
sonarqube-84b6eb00580f43c3c2df0567a5f626384d777090.zip
BUILD-797 Prevent double trigger of dogfood merge task
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dogfood.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml
index a0d001a5bdf..135136c90e7 100644
--- a/.github/workflows/dogfood.yml
+++ b/.github/workflows/dogfood.yml
@@ -4,9 +4,6 @@ on:
branches:
- master
- "dogfood/**"
- delete:
- branches:
- - "dogfood/**"
jobs:
dogfood_merge:
# prevent job to run on public repository sonarsource/sonarqube