Skip to content

Commit

Permalink
Remove debugging line from github workflow cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
kkew3 committed Dec 30, 2024
1 parent 8ba7031 commit 10165da
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 10165da

Please sign in to comment.