Skip to content

Commit

Permalink
Debugging github.ref in github workflow cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
kkew3 committed Dec 30, 2024
1 parent 0471eb9 commit 22f5d9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ on:
- rust

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 22f5d9b

Please sign in to comment.