From d828fb04a0f5b035084900a2b77b0ff8271542e7 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Fri, 22 Nov 2024 10:59:11 +0000 Subject: [PATCH] Conditionally --- .github/workflows/cron.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index e59fe9a..16884a1 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -46,6 +46,7 @@ jobs: echo $VAL echo $VAL >> $GITHUB_OUTPUT - name: Download last run commit hashes + if: ${{ fromJSON(steps.get_last_id.outputs.HAS_LAST_ID) }} continue-on-error: true uses: actions/download-artifact@v4 with: