Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-03-29 11:31:32 +0300
committerGitHub <noreply@github.com>2020-03-29 11:31:32 +0300
commita60fb83805bf29e4a728d6a61f96f6cc30a79228 (patch)
tree5bd8e32355b49267e00fab714890ed0bf174ae76 /.github
parentd34a666b2a94ef6f017f7d507ac879517a37a08a (diff)
fix automatic build js condition
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildtrackerjs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/buildtrackerjs.yml b/.github/workflows/buildtrackerjs.yml
index 22ac74fd97..a297c4e4e5 100644
--- a/.github/workflows/buildtrackerjs.yml
+++ b/.github/workflows/buildtrackerjs.yml
@@ -36,6 +36,7 @@ jobs:
fi
echo ::set-output name=branch::$REF
+ if: github.event.comment.body == 'build js'
- uses: actions/setup-java@v1
with:
java-version: 9