Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Dec 23, 2023
1 parent 44cff52 commit 8bc4a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
echo "skip_ci=false" >> $GITHUB_ENV
fi
- name: Current skip_ci
run: echo "${{ env.skip_ci }}"

- name: Checkout code and Use Node.js
if: ${{ env.skip_ci }} == 'false'
uses: actions/checkout@v4
Expand Down

0 comments on commit 8bc4a67

Please sign in to comment.