diff --git a/.github/workflows/reusable-check-version.yml b/.github/workflows/reusable-check-version.yml index d196d60..bb72318 100644 --- a/.github/workflows/reusable-check-version.yml +++ b/.github/workflows/reusable-check-version.yml @@ -50,8 +50,9 @@ jobs: script: | core.setFailed('Your Galaxy version is absent or empty!') - name: Compare versions + if: ${{ inputs.compare-versions }} uses: jackbilestech/semver-compare@1.0.4 with: - base: ${{env.MAIN_GALAXY_VERSION}} - head: ${{env.CURRENT_GALAXY_VERSION}} + base: ${{ env.MAIN_GALAXY_VERSION }} + head: ${{ env.CURRENT_GALAXY_VERSION }} operator: '>='