File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1515 ci_cloud_override :
1616 type : string
1717 default : LEAFCLOUD
18+ target_branch :
19+ type : string
20+ default : ${{ github.ref }}
1821 outputs :
1922 openhpc-RL8-image :
2023 description : " RL8 image"
5154 openhpc-RL9-image : " ${{ steps.manifest.outputs.openhpc-RL9-image }}"
5255
5356 steps :
54- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v3
58+ with :
59+ ref : ${{ github.event_name == 'workflow_dispatch' && github.ref || inputs.target_branch }}
5560
5661 - name : Record settings for CI cloud
5762 run : |
Original file line number Diff line number Diff line change 8282 if : needs.upstream_check.outputs.new_fatimage == 'true'
8383 needs : upstream_check
8484 secrets : inherit
85- uses : stackhpc/ansible-slurm-appliance/ .github/workflows/fatimage.yml@auto/bump-timestamps
85+ uses : ./ .github/workflows/fatimage.yml
8686 with :
8787 ci_cloud_override : ' LEAFCLOUD'
88+ target_branch : auto/bump-timestamps
8889
8990 bump_timestamps :
9091 if : needs.upstream_check.outputs.new_fatimage == 'true'
You can’t perform that action at this time.
0 commit comments