Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 12e863d

Browse files
committed
chore: give more descriptive name to workflow
1 parent 03780bc commit 12e863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Check JSR package for packaging/publishing errors
5151
run: pnpm dlx jsr publish --dry-run --allow-dirty
5252

53-
- name: Check for uncommitted changes
53+
- name: Check for uncommitted changes and upstream API changes from Neon
5454
# NOTE: Do not run this step for Dependabot PRs, because `pnpm run generate` might generate newer bindings (in case Neon's OpenAPI spec has had updates)
5555
# which in turn will flag a "found changed files after build" error, which turns CI red.
5656
if: "!contains(github.event.pull_request.labels.*.name, 'dependencies')"

0 commit comments

Comments
 (0)