Disable api-version-check for now

Needed to unblock #300477
This commit is contained in:
Matt Bierner
2026-03-10 10:22:07 -07:00
parent 7daf926d27
commit 0cd1e5976a

View File

@@ -23,11 +23,11 @@ jobs:
check-version-changes:
name: Check API Proposal Version Changes
# Run on PR events, or on issue_comment if it's on a PR and contains the override command
if: |
github.event_name == 'pull_request' ||
(github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
contains(github.event.comment.body, '/api-proposal-change-required'))
if: false # temporarily disabled
# github.event_name == 'pull_request' ||
# (github.event_name == 'issue_comment' &&
# github.event.issue.pull_request &&
# contains(github.event.comment.body, '/api-proposal-change-required'))
runs-on: ubuntu-latest
steps:
- name: Get PR info