CI: Simplify if conditions
[openwrt/staging/neocturne.git] / .github / workflows / kernel.yml
index 773e843bfda192762b3f0bfaa00d1405aae199a5..a204be339586cff0739ec9a8c045e125de8fc1b8 100644 (file)
@@ -156,7 +156,7 @@ jobs:
             ccache-kernel-${{ env.TARGET }}/${{ env.SUBTARGET }}-
 
       - name: Download external toolchain
-        if: ${{ steps.cache-external-toolchain.outputs.cache-hit != 'true' }}
+        if: steps.cache-external-toolchain.outputs.cache-hit != 'true'
         shell: su buildbot -c "sh -e {0}"
         working-directory: openwrt
         run: |