From 28bd3a96b9cf6830e94389d6288d0b6095de5993 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 14 Oct 2023 22:06:42 -0700 Subject: The needs != '' check is broken --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/windows.yml') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b059a531b6..46b4be0596 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -81,6 +81,9 @@ jobs: install: >- ${{ steps.find-tools.outputs.needs }} if: ${{ steps.find-tools.outputs.needs != '' }} + # FIXME: The above `!= ''` check is not working correctly, so this runs + # even when `needs` is empty. Remove this `continue-on-error` after fixing it. + continue-on-error: true - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: -- cgit v1.2.3