Skip to content

Commit 7328077

Browse files
committed
ci: make schema inspector non-blocking for expected WP changes
WordPress 6.9 introduces expected schema changes (new blocks, changed field types, removed templates). The schema inspector should report these changes for release notes, but not block CI.
1 parent 4304347 commit 7328077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/schema-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
path: /tmp/schema.graphql
7979

8080
- name: Run Schema Inspector
81+
continue-on-error: true
8182
run: |
8283
# This schema and previous release schema
8384
node_modules/.bin/graphql-inspector diff /tmp/${{ steps.get-latest-tag.outputs.tag }}.graphql /tmp/schema.graphql

0 commit comments

Comments
 (0)