Skip to content

Commit

Permalink
fix: comment out condition for PR merge validation in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thelastfantasy committed Oct 19, 2024
1 parent 4af11d8 commit 0ef235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
# Job 1: Validate the PR and extract version
validate_and_tag:
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

outputs:
Expand Down

0 comments on commit 0ef235b

Please sign in to comment.