From b0ec3255273f39d557c92f74a81fcb3e14cb9c9f Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Wed, 22 May 2024 14:05:15 +0700 Subject: [PATCH] ci: Rename [skip ci] --- .github/workflows/build_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index af412f221d..b42834a566 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -81,7 +81,7 @@ jobs: run: ./gradlew assembleStandardNightly testStandardNightlyUnitTest # DEBUG - - name: Build nightly build and run tests + - name: Build and run tests if: startsWith(env.VERSION_TAG, 'r') != true && startsWith(env.VERSION_TAG, 'v') != true run: ./gradlew assembleStandardDebug testStandardDebugUnitTest