File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717jobs :
1818 api-specs :
1919 timeout-minutes : 10
20- name : " check oas ' are up to date"
20+ name : " check OAS ' are up to date"
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : setup python environment
3535 run : |
3636 uv venv .venv && source .venv/bin/activate
3737 make openapi-specs
38- if !./ci/github/helpers/openapi-specs-diff.bash diff \
38+ if ! ./ci/github/helpers/openapi-specs-diff.bash diff \
3939 https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.full_name }}/refs/heads/${{ github.event.pull_request.head.ref }} \
4040 .; then \
4141 echo "::error OAS are not up to date. Run 'make openapi-specs' to update them"; \
6868 needs : api-specs
6969 continue-on-error : true
7070 timeout-minutes : 10
71- name : " oas backwards compatibility"
71+ name : " OAS backwards compatibility"
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : setup python environment
You can’t perform that action at this time.
0 commit comments