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