From 0f96e733b268ef4ab999da767ea45ad656ba31af Mon Sep 17 00:00:00 2001 From: heni02 Date: Wed, 15 Jul 2026 16:54:50 +0800 Subject: [PATCH] ci: skip Pull Request Basic Benchmark Test on PR Disable Matrixone Utils CI pr_basic_benchmarks so PR CI no longer runs it. Co-authored-by: Cursor --- .github/workflows/utils.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/utils.yaml b/.github/workflows/utils.yaml index 92d1338..d0d3441 100644 --- a/.github/workflows/utils.yaml +++ b/.github/workflows/utils.yaml @@ -423,7 +423,7 @@ jobs: } pr_basic_benchmarks: - if: ${{ needs.check_organization_user.outputs.safe_label == '1' || needs.check_organization_user.outputs.in_org == '1' }} + if: false name: Pull Request Basic Benchmark Test needs: - check_organization_user