We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92619f commit a2bc3c1Copy full SHA for a2bc3c1
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
- name: Set skip-ci output
40
id: set-output
41
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}}"
44
SKIP_CI=${{ steps.check-skip.outputs.trigger-found == 'true' || contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
45
echo "skip-ci=${SKIP_CI}"
46
echo "skip-ci=${SKIP_CI}" >> $GITHUB_OUTPUT
0 commit comments