Skip to content

Commit e2837b7

Browse files
committed
Update message
1 parent 14d4935 commit e2837b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Decide if we skip CI
3838
if: steps.check-skip.outputs.trigger-found == 'true' || contains(github.event.pull_request.labels.*.name, 'skip-ci')
3939
run: |
40-
echo "Skipping CI due to [skip-ci] keyword or skip-ci label"
40+
echo "Skipping CI."
4141
exit 1
4242
4343
cache-pixi-lock:

0 commit comments

Comments
 (0)