Skip to content

Commit

Permalink
Merge pull request #12 from Sanketika-Obsrv/test-web-console
Browse files Browse the repository at this point in the history
#OBS-I280 : commented check-tag
  • Loading branch information
HarishGangula authored Oct 22, 2024
2 parents e4151f2 + f13f07e commit 8dc49d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
(echo -n TRIGGER_ALLOWED= && echo 'print("${{ github.ref_name }}".split("_")[0] in "${{ vars.CURRENT_RELEASE }}")' | python3) >> "$GITHUB_OUTPUT"
docker-build:
needs: check-tag
if: needs.check-tag.outputs.ALLOWED_TAG == 'True'
# needs: check-tag
# if: needs.check-tag.outputs.ALLOWED_TAG == 'True'
runs-on: ubuntu-latest
steps:
- name: Login to docker hub
Expand Down

0 comments on commit 8dc49d9

Please sign in to comment.