ci: Add manual build trigger

This commit is contained in:
Adrian Moennich 2024-03-30 12:36:07 +01:00
parent 1d2ff3fb7c
commit eda0226e5e

View File

@ -18,6 +18,12 @@ on:
- reopened - reopened
- synchronize - synchronize
- labeled - labeled
workflow_dispatch:
inputs:
add-version-suffix:
type: boolean
default: true
description: Append version suffix
permissions: permissions:
contents: read contents: read
@ -28,6 +34,7 @@ jobs:
uses: indico/indico-gh-actions/.github/workflows/build-plugins.yml@master uses: indico/indico-gh-actions/.github/workflows/build-plugins.yml@master
with: with:
directory: public directory: public
add-version-suffix: ${{ github.event_name != 'workflow_dispatch' || inputs.add-version-suffix }}
bundle: bundle:
name: Bundle wheels 📦 name: Bundle wheels 📦