From fb45e0977942757d93d847417d2e3b271203bc88 Mon Sep 17 00:00:00 2001 From: Piyush Chauhan <42397980+pyshx@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:37:31 +0530 Subject: [PATCH] chore(server): revert changes on ci_server.yml This commit reverts back a change made in prev commit which i was made for testing purposes only. --- .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 a4951950bc..bdab703092 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' + if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v') steps: - name: checkout uses: actions/checkout@v3