From 10165da94b40327ae87ae54b7e16df42653fe61d Mon Sep 17 00:00:00 2001 From: kkew3 Date: Mon, 30 Dec 2024 16:48:52 +0800 Subject: [PATCH] Remove debugging line from github workflow cicd --- .github/workflows/cicd.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4b3c3a9..cc0a833 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -10,15 +10,7 @@ on: - 'v*' jobs: - check_github_ref: - name: Check github ref value - runs-on: ubuntu-22.04 - steps: - - shell: bash - run: echo ${{ github.ref }} - unit_test: - needs: check_github_ref name: "Unit test for ${{ matrix.vim.dist }} @ ${{ matrix.vim.version }}" runs-on: ubuntu-22.04 strategy: