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 e294109 commit fda7cdfCopy full SHA for fda7cdf
.github/workflows/buildReleaseAndPublish.yml
@@ -21,8 +21,8 @@ jobs:
21
# Elevates permissions for `GITHUB_TOKEN`'s content scope (to allow this action to make a release)
22
permissions:
23
contents: write
24
- # Don't run this in everyone's forks.
25
- 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' }}
26
strategy:
27
matrix:
28
package: [torch-mlir]
0 commit comments