Skip to content

Commit

Permalink
fixed inputs not being passed
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 2, 2025
1 parent 022f2a5 commit a5f4a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-timestamps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ jobs:
build_fatimage:
if: needs.upstream_check.outputs.new_fatimage == 'true'
needs: upstream_check
secrets: inherit
uses: stackhpc/ansible-slurm-appliance/.github/workflows/fatimage.yml@auto/bump-timestamps
with:
ci_cloud: LEAFCLOUD
ci_cloud: 'LEAFCLOUD'

ci_and_pr:
if: needs.upstream_check.outputs.new_fatimage == 'true'
Expand Down

0 comments on commit a5f4a99

Please sign in to comment.