Skip to content

Commit 9224e7a

Browse files
committed
cleanup
1 parent ee8d6a7 commit 9224e7a

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
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
jobs:
18-
system-api-specs:
18+
api-specs:
1919
timeout-minutes: 10
2020
name: "check oas' are up to date"
2121
runs-on: ubuntu-latest
@@ -40,7 +40,7 @@ jobs:
4040
.
4141
4242
api-server-backwards-compatibility:
43-
needs: system-api-specs
43+
needs: api-specs
4444
timeout-minutes: 10
4545
name: "api-server backwards compatibility"
4646
runs-on: ubuntu-latest
@@ -63,7 +63,7 @@ jobs:
6363
/specs/services/api-server/openapi.json
6464
6565
oas-backwards-compatibility:
66-
needs: system-api-specs
66+
needs: api-specs
6767
continue-on-error: true
6868
timeout-minutes: 10
6969
name: "oas backwards compatibility"

0 commit comments

Comments
 (0)