From 5693f0ea47f3340fd4589c290de71bc13e3536b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20de=20Paz=20Gal=C3=A1n?= Date: Tue, 26 Jul 2022 14:30:55 +0200 Subject: [PATCH] [bitnami/*] Fix CI typo introduced in #339 (#783) [bitnami/*] Fix typo from #339 Signed-off-by: FraPazGal --- .github/workflows/ci-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) 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 \