Skip to content

Commit 79b8993

Browse files
committed
ci test
1 parent cacce15 commit 79b8993

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/update-timestamps.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)