Skip to content

Commit 433a9ca

Browse files
committed
comment update
1 parent b1d60de commit 433a9ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
ANSIBLE_FORCE_COLOR: True
4848
OS_CLOUD: openstack
49-
CI_CLOUD: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ci_cloud || inputs.ci_cloud_override }} # workaround for not being able to define string and choice in separate events
49+
CI_CLOUD: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ci_cloud || inputs.ci_cloud_override }}
5050
ARK_PASSWORD: ${{ secrets.ARK_PASSWORD }}
5151
LEAFCLOUD_PULP_PASSWORD: ${{ secrets.LEAFCLOUD_PULP_PASSWORD }}
5252
outputs:

.github/workflows/update-timestamps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check for new Release Train snapshots
22
on:
3-
workflow_dispatch:
3+
workflow_dispatch: # temporary, doesn't support workflow_dispatch due to issues with CI_CLOUD in fatimage
44
pull_request: #temporary
55
schedule:
66
- cron: '0 7 * * *' # Run at 7am on default branch

0 commit comments

Comments
 (0)