We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080910 commit 1467c25Copy full SHA for 1467c25
.github/workflows/ci-testing-pull-request.yml
@@ -36,7 +36,7 @@ jobs:
36
make devenv
37
source .venv/bin/activate
38
make openapi-specs
39
- - name: Check api-server backwards compatibility
+ - name: Check openapi specs are up to date
40
run: |
41
if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
42
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/${{ github.event.pull_request.head.sha }} \
0 commit comments