Skip to content

Commit

Permalink
ENG-1235: disabling another check
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Sep 12, 2024
1 parent 5ba0c6e commit 580bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
if_merged_tag_release:
name: Tag Release Version
if: startsWith(github.head_ref, 'prepare-release-') && github.event.pull_request.merged == true
## if: startsWith(github.head_ref, 'prepare-release-') && github.event.pull_request.merged == true
runs-on: ubuntu-22.04
steps:
- name: Checkout git repository 🕝
Expand Down

0 comments on commit 580bd70

Please sign in to comment.