Skip to content

Commit

Permalink
Fix spacing on if-check
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brandt <[email protected]>
  • Loading branch information
andrewb1269hg committed Oct 21, 2024
1 parent 5c26f6e commit 2b822a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxcron-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b822a9

Please sign in to comment.