Skip to content

Commit aef4f4f

Browse files
committed
Disable old
1 parent 1cc5f87 commit aef4f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737
jobs:
3838
build-windows-release:
3939
runs-on: ${{ matrix.runs-on }}
40-
if: github.repository_owner == 'llvm'
40+
if: github.repository_owner == 'llvm' && false
4141
outputs:
4242
digest: ${{ steps.digest.outputs.digest }}
4343
artifact-id: ${{ steps.artifact-upload.outputs.artifact-id }}

0 commit comments

Comments
 (0)