Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 3, 2023
1 parent 48fd69f commit 9acf584
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 @@ -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:
Expand Down

0 comments on commit 9acf584

Please sign in to comment.