Skip to content

Commit 6afffe5

Browse files
IONOS(build): add manual trigger for comparison testing in build-artifact.yml
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
1 parent 4bae87c commit 6afffe5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.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)