Skip to content

Commit

Permalink
Remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 3, 2023
1 parent 48a7e43 commit 7d6a54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run:
shell: bash
needs: [docker_build_push]
if: github.ref_name == 'main' || github.ref_name == 'fix-backend-deploy'
if: github.ref_name == 'main'
container:
image: python:3.7-stretch
env:
Expand Down

0 comments on commit 7d6a54b

Please sign in to comment.