Skip to content

Commit 10165da

Browse files
committed
Remove debugging line from github workflow cicd
1 parent 8ba7031 commit 10165da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ on:
1010
- 'v*'
1111

1212
jobs:
13-
check_github_ref:
14-
name: Check github ref value
15-
runs-on: ubuntu-22.04
16-
steps:
17-
- shell: bash
18-
run: echo ${{ github.ref }}
19-
2013
unit_test:
21-
needs: check_github_ref
2214
name: "Unit test for ${{ matrix.vim.dist }} @ ${{ matrix.vim.version }}"
2315
runs-on: ubuntu-22.04
2416
strategy:

0 commit comments

Comments
 (0)