From a60fb83805bf29e4a728d6a61f96f6cc30a79228 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Sun, 29 Mar 2020 10:31:32 +0200 Subject: fix automatic build js condition --- .github/workflows/buildtrackerjs.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit v1.2.3