Skip to content

Commit 18167dd

Browse files
committed
dispatch
1 parent 3a30b8f commit 18167dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amphora-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Update overcloud host image tags
44

55
on:
6-
workflow_call:
6+
workflow_dispatch:
77
inputs:
88
rocky9_tag:
99
description: Overcloud host image tag for Rocky 9

.github/workflows/update-overcloud-host-image-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update overcloud host image tags
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
inputs:
66
rocky9_tag:
77
description: Overcloud host image tag for Rocky 9

0 commit comments

Comments
 (0)