Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 10, 2024
1 parent ee8d6a7 commit 9224e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-testing-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
cancel-in-progress: true

jobs:
system-api-specs:
api-specs:
timeout-minutes: 10
name: "check oas' are up to date"
runs-on: ubuntu-latest
Expand All @@ -40,7 +40,7 @@ jobs:
.
api-server-backwards-compatibility:
needs: system-api-specs
needs: api-specs
timeout-minutes: 10
name: "api-server backwards compatibility"
runs-on: ubuntu-latest
Expand All @@ -63,7 +63,7 @@ jobs:
/specs/services/api-server/openapi.json
oas-backwards-compatibility:
needs: system-api-specs
needs: api-specs
continue-on-error: true
timeout-minutes: 10
name: "oas backwards compatibility"
Expand Down

0 comments on commit 9224e7a

Please sign in to comment.