We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c6d0f commit 8733523Copy full SHA for 8733523
.github/workflows/BushelCloud.yml
@@ -143,7 +143,7 @@ jobs:
143
name: Linting
144
if: "!contains(github.event.head_commit.message, 'ci skip')"
145
runs-on: ubuntu-latest
146
- needs: [build-ubuntu, build-macos, build-windows]
+ needs: [build-ubuntu, build-macos] # , build-windows]
147
env:
148
MINT_PATH: .mint/lib
149
MINT_LINK_PATH: .mint/bin
0 commit comments