File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 - ARCUS
1313 workflow_call :
1414 inputs :
15- ci_cloud :
15+ ci_cloud_override :
1616 type : string
1717 default : LEAFCLOUD
1818 outputs :
4343 env :
4444 ANSIBLE_FORCE_COLOR : True
4545 OS_CLOUD : openstack
46- CI_CLOUD : ${{ inputs.ci_cloud }}
46+ CI_CLOUD : ${{ github.event_name == 'workflow_dispatch' && github.event. inputs.ci_cloud || inputs.ci_cloud_override }}
4747 ARK_PASSWORD : ${{ secrets.ARK_PASSWORD }}
4848 LEAFCLOUD_PULP_PASSWORD : ${{ secrets.LEAFCLOUD_PULP_PASSWORD }}
4949 outputs :
Original file line number Diff line number Diff line change 8484 secrets : inherit
8585 uses : stackhpc/ansible-slurm-appliance/.github/workflows/fatimage.yml@auto/bump-timestamps
8686 with :
87- ci_cloud : ' LEAFCLOUD'
87+ ci_cloud_override : ' LEAFCLOUD'
8888
8989 ci_and_pr :
9090 if : needs.upstream_check.outputs.new_fatimage == 'true'
You can’t perform that action at this time.
0 commit comments