diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index d15be7795f94..3daa30fb5a26 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -168,6 +168,7 @@ jobs: repo-token: "${{ secrets.GITHUB_TOKEN }}" remove-labels: "auto-merge" - name: Disable auto-merge + if: ${{ needs.vib-verify.result == 'failure' }} run: | curl --request POST \ --url https://api.github.com/graphql \