Skip to content

Commit a2bc3c1

Browse files
committed
Debug statements
1 parent d92619f commit a2bc3c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- name: Set skip-ci output
4040
id: set-output
4141
run: |
42+
echo 'steps.check-skip.outputs.trigger-found=${{steps.check-skip.outputs.trigger-found}}'
43+
echo "github.event.pull_request.labels.*.name=${{github.event.pull_request.labels.*.name}}"
4244
SKIP_CI=${{ steps.check-skip.outputs.trigger-found == 'true' || contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
4345
echo "skip-ci=${SKIP_CI}"
4446
echo "skip-ci=${SKIP_CI}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)