From ec6bf90b71693f5149ace7b882ae8f6d4855c36a Mon Sep 17 00:00:00 2001 From: a3hadi Date: Fri, 8 Mar 2024 16:31:25 -0500 Subject: [PATCH] change conditional to false for testing purposes Signed-off-by: a3hadi --- .github/workflows/build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yaml b/.github/workflows/build-push.yaml index eba1d01c..351f2d9f 100644 --- a/.github/workflows/build-push.yaml +++ b/.github/workflows/build-push.yaml @@ -6,7 +6,7 @@ on: jobs: if_merged: - if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == false name: Build and Push Images runs-on: ubuntu-latest