mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
ci: Add manual build trigger
This commit is contained in:
parent
1d2ff3fb7c
commit
eda0226e5e
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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 📦
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user