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 4f42a25 commit 8fbcd5bCopy full SHA for 8fbcd5b
.github/workflows/ci-testing-deploy.yml
@@ -2749,7 +2749,7 @@ jobs:
2749
.
2750
2751
system-backwards-compatibility:
2752
- needs: [changes]
+ needs: [changes, system-api-specs]
2753
if: ${{ needs.changes.outputs.anything-py == 'true' || github.event_name == 'push' }}
2754
timeout-minutes: 10
2755
name: "[sys] api-server backwards compatibility"
@@ -2773,7 +2773,7 @@ jobs:
2773
/specs/services/api-server/openapi.json
2774
2775
api-spec-backwards-compatibility:
2776
2777
2778
continue-on-error: true
2779
0 commit comments