Skip to content

Commit 8b896b4

Browse files
authored
ci: 👷 forgot to remove this if condition (#25)
## Description Forgot to remove this if condition, oops. <!-- Select quick/in-depth as necessary --> This PR doesn't need a review.
1 parent f2eec93 commit 8b896b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update-version.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
jobs:
99
update-version:
10-
if: github.event.pull_request.merged == true
1110
uses: seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main
1211
secrets:
1312
update-version-gh-token: ${{ secrets.UPDATE_VERSION_TOKEN }}

0 commit comments

Comments
 (0)