We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc5f87 commit aef4f4fCopy full SHA for aef4f4f
.github/workflows/release-binaries-windows.yml
@@ -37,7 +37,7 @@ permissions:
37
jobs:
38
build-windows-release:
39
runs-on: ${{ matrix.runs-on }}
40
- if: github.repository_owner == 'llvm'
+ if: github.repository_owner == 'llvm' && false
41
outputs:
42
digest: ${{ steps.digest.outputs.digest }}
43
artifact-id: ${{ steps.artifact-upload.outputs.artifact-id }}
0 commit comments