From bddc8a97fb5a27ef1cd2d5d979cd224d9fd12f3c Mon Sep 17 00:00:00 2001 From: Piyush Chauhan <42397980+pyshx@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:22:20 +0530 Subject: [PATCH] ci: update ci_server.yml --- .github/workflows/ci_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_server.yml b/.github/workflows/ci_server.yml index bdab703092..a4951950bc 100644 --- a/.github/workflows/ci_server.yml +++ b/.github/workflows/ci_server.yml @@ -7,7 +7,7 @@ env: jobs: ci-server-lint: runs-on: ubuntu-latest - if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v') + if: github.event_name != 'push' steps: - name: checkout uses: actions/checkout@v3