From 9acf58407de5913d67372319b4017ec9c87e6a6d Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 3 Nov 2023 17:18:32 +0530 Subject: [PATCH] Remove debug --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 574ab22..0533b7e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -90,7 +90,7 @@ jobs: needs: [docker_build_push] permissions: contents: write - if: github.ref_name == 'main' || github.ref.name == 'add-frontend' + if: github.ref_name == 'main' container: image: python:3.7-stretch steps: