From 8bc4a671e6ff66b537d72949349d8f2e264ac61f Mon Sep 17 00:00:00 2001 From: Kin Fei Lee Date: Sat, 23 Dec 2023 20:52:10 +0800 Subject: [PATCH] ci: debug --- .github/workflows/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 34a5034..b98e8cd 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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