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 999f264 commit 5e60412Copy full SHA for 5e60412
.github/workflows/update-api-schema.yml
@@ -1,10 +1,11 @@
1
-name: graphql
+name: update-api-schema
2
3
on:
4
pull_request:
5
paths:
6
- 'src/ai/backend/manager/models/**'
7
- 'src/ai/backend/manager/api/**'
8
+ - 'VERSION'
9
10
jobs:
11
api-updated:
scripts/release.sh
@@ -25,10 +25,6 @@ pants check ::
25
# Update VERSION file
26
echo $TARGET_VERSION > VERSION
27
28
-# Update the documentations
29
-./backend.ai mgr api dump-gql-schema --output docs/manager/graphql-reference/schema.graphql
30
-./backend.ai mgr api dump-openapi --output docs/manager/rest-reference/openapi.json
31
-
32
# Update the changelog
33
LOCKSET=towncrier/$(yq '.python.interpreter_constraints[0] | split("==") | .[1]' pants.toml) ./py -m towncrier
34
0 commit comments