Skip to content

Commit

Permalink
only run compatibility checks when specs up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 4, 2024
1 parent 4f42a25 commit 8fbcd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2749,7 +2749,7 @@ jobs:
.
system-backwards-compatibility:
needs: [changes]
needs: [changes, system-api-specs]
if: ${{ needs.changes.outputs.anything-py == 'true' || github.event_name == 'push' }}
timeout-minutes: 10
name: "[sys] api-server backwards compatibility"
Expand All @@ -2773,7 +2773,7 @@ jobs:
/specs/services/api-server/openapi.json
api-spec-backwards-compatibility:
needs: [changes]
needs: [changes, system-api-specs]
if: ${{ needs.changes.outputs.anything-py == 'true' || github.event_name == 'push' }}
continue-on-error: true
timeout-minutes: 10
Expand Down

0 comments on commit 8fbcd5b

Please sign in to comment.