Skip to content

Commit b5c8f96

Browse files
committed
minor fixes to workflow files
1 parent 4931206 commit b5c8f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
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
@@ -35,7 +35,7 @@ jobs:
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"; \
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)