Fix push workflow again?

This commit is contained in:
arkon 2021-02-12 19:20:53 -05:00
parent e343d8dcda
commit 3836469f71
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ project(":duktape-stub").projectDir = File("lib/duktape-stub")
include(":lib-dataimage")
project(":lib-dataimage").projectDir = File("lib/dataimage")
if (System.getenv("CI") == null || System.getenv("CI_CI_PUSHPUSH") == "true") {
if (System.getenv("CI") == null || System.getenv("CI_PUSH") == "true") {
// Local development
include(":multisrc")