File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -84,18 +84,20 @@ jobs:
8484 runs-on : ubuntu-latest
8585 steps :
8686 - name : Debug
87- run : echo "${{ needs.upstream_check.outputs.new_fatimage }}"
87+ run : echo "$TST"
88+ env :
89+ TST : ${{ needs.upstream_check.outputs.new_fatimage }}
8890
8991 # todo: don't skip if rerun
9092 build_fatimage :
91- if : needs.upstream_check.outputs.new_fatimage == ' true'
93+ if : needs.upstream_check.outputs.new_fatimage == " true"
9294 needs : upstream_check
9395 uses : stackhpc/ansible-slurm-appliance/.github/workflows/fatimage.yml@auto/bump-timestamps
9496 with :
9597 ci_cloud : LEAFCLOUD
9698
9799 ci_and_pr :
98- if : needs.upstream_check.outputs.new_fatimage == ' true'
100+ if : needs.upstream_check.outputs.new_fatimage == " true"
99101 needs :
100102 - upstream_check
101103 - build_fatimage
You can’t perform that action at this time.
0 commit comments