From 904ebbefa5812eec15cd4c03505cf009a50b4421 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 15 Feb 2024 10:35:22 -0800 Subject: [PATCH] ci: add update-graphql-schema to autofix (#1462) --- .github/workflows/autofix-rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autofix-rust.yml b/.github/workflows/autofix-rust.yml index 76299bff2601..db65fe090ff9 100644 --- a/.github/workflows/autofix-rust.yml +++ b/.github/workflows/autofix-rust.yml @@ -60,4 +60,6 @@ jobs: - run: make fix + - run: make update-graphql-schema + - uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc