From d054bc9be9c19a679178a8a95d92e060a0623338 Mon Sep 17 00:00:00 2001 From: Stijn de Gooijer Date: Wed, 12 Jun 2024 21:02:11 +0200 Subject: [PATCH] Build docs on pre-release --- .github/workflows/docs-python.yml | 2 +- .github/workflows/release-python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-python.yml b/.github/workflows/docs-python.yml index ce97162aac74..b68bc9ee254d 100644 --- a/.github/workflows/docs-python.yml +++ b/.github/workflows/docs-python.yml @@ -58,7 +58,7 @@ jobs: target-folder: api/python/dev single-commit: true - - name: Parse the tag to find the major/minor version of Polars + - name: Parse the tag to find the major version of Polars id: version if: github.event_name == 'repository_dispatch' shell: bash diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index e6186206c4d3..80a5e6fc3e63 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -270,7 +270,7 @@ jobs: TAG: ${{ steps.github-release.outputs.tag_name }} - name: Trigger other workflows related to the release - if: inputs.dry-run == false && steps.version.outputs.is_prerelease == 'false' + if: inputs.dry-run == false uses: peter-evans/repository-dispatch@v3 with: event-type: python-release