From eda0226e5e32960c035faec2080e72f11ef28e2c Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Sat, 30 Mar 2024 12:36:07 +0100 Subject: [PATCH] ci: Add manual build trigger --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6722a9..6ea47db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,12 @@ on: - reopened - synchronize - labeled + workflow_dispatch: + inputs: + add-version-suffix: + type: boolean + default: true + description: Append version suffix permissions: contents: read @@ -28,6 +34,7 @@ jobs: uses: indico/indico-gh-actions/.github/workflows/build-plugins.yml@master with: directory: public + add-version-suffix: ${{ github.event_name != 'workflow_dispatch' || inputs.add-version-suffix }} bundle: name: Bundle wheels 📦