From 1507a03c36b154d03687fef6a3dbe4311e41bcd7 Mon Sep 17 00:00:00 2001 From: Piyush Chauhan <42397980+pyshx@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:04:26 +0530 Subject: [PATCH] ci(server): remove condition for ci-server-test on ci_server.yml --- .github/workflows/ci_server.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_server.yml b/.github/workflows/ci_server.yml index bdab703092..4900d4e289 100644 --- a/.github/workflows/ci_server.yml +++ b/.github/workflows/ci_server.yml @@ -25,7 +25,6 @@ jobs: ci-server-test: runs-on: ubuntu-latest - if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v') services: mongo: image: mongo:5-focal