Skip to content

Commit 80e40e2

Browse files
IONOS(build): add manual trigger for comparison testing in build-artifact.yml
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent ca30478 commit 80e40e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ on:
3131
branches:
3232
- ionos-dev
3333
- ionos-stable
34+
workflow_dispatch: # Manual trigger only for comparison testing
35+
inputs:
36+
force_rebuild:
37+
description: 'Force rebuild all apps (ignore cache)'
38+
required: false
39+
type: boolean
40+
default: false
3441

3542
concurrency:
3643
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/ionos-dev' && github.run_id || github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)