From 2b822a92e4daa4d68de70aa4440a785ec73c7afd Mon Sep 17 00:00:00 2001 From: Andrew Brandt Date: Fri, 18 Oct 2024 17:24:36 -0400 Subject: [PATCH] Fix spacing on if-check Signed-off-by: Andrew Brandt --- .github/workflows/zxcron-extended-test-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zxcron-extended-test-suite.yaml b/.github/workflows/zxcron-extended-test-suite.yaml index 8014f0879143..9254c4ccadf1 100644 --- a/.github/workflows/zxcron-extended-test-suite.yaml +++ b/.github/workflows/zxcron-extended-test-suite.yaml @@ -69,7 +69,7 @@ jobs: name: Execute eXtended Test Suite uses: ./.github/workflows/node-zxc-compile-application-code.yaml needs: fetch-xts-candidate - if: ${{ needs.fetch-xts-candidate.result == 'success' && + if: ${{ needs.fetch-xts-candidate.result == 'success' && needs.fetch-xts-candidate.outputs.xts_tag_exists == 'true' && !github.event.workflow_dispatch.repository.fork }} with: