From 9cd4dbf56ea7443f9548be2e49cac73f1b1cf710 Mon Sep 17 00:00:00 2001 From: maxb-io <105273783+maxb-io@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:59:16 +0000 Subject: [PATCH] rename linux-build to linux-build-and-UnitTest --- .github/workflows/ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index ba0c7b7d5..365fa7d1d 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -275,7 +275,7 @@ jobs: ROCKSDB_DISABLE_JEMALLOC=1 PORTABLE=1 DEBUG_LEVEL=0 make -j 4 rocksdbjavastatic - Linux-build: + Linux-build-and-UnitTest: if: ${{ (always() && !failure() && !cancelled()) && (github.event.review.state == 'approved' || github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/heads/release')) }} needs: [Build] runs-on: ubuntu-latest