Skip to content

Commit ca073f6

Browse files
josephfuscoCopilot
andauthored
Update .github/workflows/schema-linter.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7328077 commit ca073f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/schema-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
name: schema.graphql
7878
path: /tmp/schema.graphql
7979

80+
# The Schema Inspector step is allowed to fail (continue-on-error: true) to avoid blocking the workflow on schema breaking changes.
81+
# This is intentional, as schema diffs are currently monitored manually due to ongoing compatibility work with WordPress 6.9.
82+
# Please review any breaking changes reported by this step before merging or releasing.
8083
- name: Run Schema Inspector
8184
continue-on-error: true
8285
run: |

0 commit comments

Comments
 (0)