We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a30b8f commit 089a2e8Copy full SHA for 089a2e8
.github/workflows/amphora-image-build.yml
@@ -3,7 +3,7 @@
3
name: Update overcloud host image tags
4
5
on:
6
- workflow_call:
+ workflow_dispatch:
7
inputs:
8
rocky9_tag:
9
description: Overcloud host image tag for Rocky 9
@@ -16,9 +16,7 @@ jobs:
16
propose_overcloud_host_image_tag_updates:
17
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
18
runs-on: ubuntu-22.04
19
- permissions:
20
- contents: write
21
- pull-requests: write
+ permissions: {}
22
23
steps:
24
- name: Checkout
.github/workflows/update-overcloud-host-image-tags.yml
@@ -1,7 +1,7 @@
1
2
0 commit comments