Skip to content

Commit 8733523

Browse files
authored
Update BushelCloud.yml
1 parent e3c6d0f commit 8733523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BushelCloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
name: Linting
144144
if: "!contains(github.event.head_commit.message, 'ci skip')"
145145
runs-on: ubuntu-latest
146-
needs: [build-ubuntu, build-macos, build-windows]
146+
needs: [build-ubuntu, build-macos] # , build-windows]
147147
env:
148148
MINT_PATH: .mint/lib
149149
MINT_LINK_PATH: .mint/bin

0 commit comments

Comments
 (0)