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 ee8d6a7 commit 9224e7aCopy full SHA for 9224e7a
.github/workflows/ci-testing-pull-request.yml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: true
16
17
jobs:
18
- system-api-specs:
+ api-specs:
19
timeout-minutes: 10
20
name: "check oas' are up to date"
21
runs-on: ubuntu-latest
@@ -40,7 +40,7 @@ jobs:
40
.
41
42
api-server-backwards-compatibility:
43
- needs: system-api-specs
+ needs: api-specs
44
45
name: "api-server backwards compatibility"
46
@@ -63,7 +63,7 @@ jobs:
63
/specs/services/api-server/openapi.json
64
65
oas-backwards-compatibility:
66
67
continue-on-error: true
68
69
name: "oas backwards compatibility"
0 commit comments