Skip to content

Commit 1467c25

Browse files
committed
improve run description
1 parent 5080910 commit 1467c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
make devenv
3737
source .venv/bin/activate
3838
make openapi-specs
39-
- name: Check api-server backwards compatibility
39+
- name: Check openapi specs are up to date
4040
run: |
4141
if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
4242
https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/${{ github.event.pull_request.head.sha }} \

0 commit comments

Comments
 (0)