Skip to content

Commit b041470

Browse files
committed
fix(graph-proxy): pin CI swagger.json to deployed version of Argo Workflows & fix graph build error
1 parent eafc34b commit b041470

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/_graph_proxy_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
test:
5555
runs-on: ubuntu-latest
5656
env:
57-
ARGO_SERVER_SCHEMA_URL: https://raw.githubusercontent.com/argoproj/argo-workflows/main/api/jsonschema/schema.json
57+
ARGO_SERVER_SCHEMA_URL: https://raw.githubusercontent.com/argoproj/argo-workflows/refs/tags/v4.0.6/api/jsonschema/schema.json
5858
steps:
5959
- name: Checkout source
6060
uses: actions/checkout@v6

backend/graph-proxy/src/graphql/workflow_templates.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ impl WorkflowTemplatesMutation {
293293
submit_options: Some(
294294
argo_workflows_openapi::IoArgoprojWorkflowV1alpha1SubmitOpts {
295295
annotations: None,
296-
artifacts: vec![],
297296
dry_run: None,
298297
entry_point: None,
299298
generate_name: None,

0 commit comments

Comments
 (0)