[SKIP CI] Attempt to cancel old PR workflows

This commit is contained in:
arkon
2021-02-28 11:19:45 -05:00
parent ea029e2b3c
commit e8d6cdecaa
4 changed files with 18 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ include(":lib-dataimage")
project(":lib-dataimage").projectDir = File("lib/dataimage")
if (System.getenv("CI") == null || System.getenv("CI_PUSH") == "true") {
// Local development
// Local development or full build for push
include(":multisrc")
project(":multisrc").projectDir = File("multisrc")