Skip to content

Commit

Permalink
ci: remove unsused echo
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Dec 23, 2023
1 parent 490cffd commit 834108f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ 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 834108f

Please sign in to comment.