From 3836469f713f710fc7f378bfe110c0b2fe8bba1c Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 12 Feb 2021 19:20:53 -0500 Subject: [PATCH] Fix push workflow again? --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 2e26a7072..fd734ef3e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")