Skip to content

Commit

Permalink
rename linux-build to linux-build-and-UnitTest
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb-io committed Feb 20, 2024
1 parent 9f11b9a commit 9cd4dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cd4dbf

Please sign in to comment.