Skip to content

Commit 089a2e8

Browse files
committed
dispatch
1 parent 3a30b8f commit 089a2e8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 2 additions & 4 deletions
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
@@ -16,9 +16,7 @@ jobs:
1616
propose_overcloud_host_image_tag_updates:
1717
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
1818
runs-on: ubuntu-22.04
19-
permissions:
20-
contents: write
21-
pull-requests: write
19+
permissions: {}
2220
name: Update overcloud host image tags
2321
steps:
2422
- name: Checkout

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