From 593df3694d11134fa59f3428092112807b98c3ac Mon Sep 17 00:00:00 2001 From: Jhen-Yung Hsu Date: Mon, 6 Oct 2025 22:28:17 +0800 Subject: [PATCH] MINOR: skip ci-complete on 4.0 --- .github/workflows/ci-complete.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-complete.yml b/.github/workflows/ci-complete.yml index 6b8492fb7c0ab..4b7dec3cdf578 100644 --- a/.github/workflows/ci-complete.yml +++ b/.github/workflows/ci-complete.yml @@ -38,7 +38,7 @@ run-name: Build Scans for ${{ github.event.workflow_run.display_title}} jobs: upload-build-scan: # Skip this workflow if the CI run was skipped or cancelled - if: (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure') + if: (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure') && github.event.workflow_run.head_branch != '4.0' runs-on: ubuntu-latest strategy: fail-fast: false