We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d4935 commit e2837b7Copy full SHA for e2837b7
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Decide if we skip CI
38
if: steps.check-skip.outputs.trigger-found == 'true' || contains(github.event.pull_request.labels.*.name, 'skip-ci')
39
run: |
40
- echo "Skipping CI due to [skip-ci] keyword or skip-ci label"
+ echo "Skipping CI."
41
exit 1
42
43
cache-pixi-lock:
0 commit comments