From ffe63adac524f6774612fa62d376f09b51d05e14 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 13 Nov 2024 16:55:50 +0100 Subject: [PATCH] ci: :construction_worker: forgot to remove this if condition --- .github/workflows/update-version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 1e5506c..2125e27 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -7,7 +7,6 @@ on: jobs: update-version: - if: github.event.pull_request.merged == true uses: seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main secrets: update-version-gh-token: ${{ secrets.UPDATE_VERSION_TOKEN }}