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 ee033e5 commit 90beb5cCopy full SHA for 90beb5c
.github/workflows/buildReleaseAndPublishWindows.yml
@@ -24,8 +24,8 @@ jobs:
24
# Elevates permissions for `GITHUB_TOKEN`'s content scope (to allow this action to make a release)
25
permissions:
26
contents: write
27
- # Don't run this in everyone's forks.
28
- if: github.repository == 'llvm/torch-mlir-release'
+ # Don't run this in everyone's forks on schedule but allow to run via dispatch.
+ if: ${{ github.repository_owner == 'llvm' || github.event_name != 'schedule' }}
29
strategy:
30
matrix:
31
package: [torch-mlir]
0 commit comments