Skip to content

Commit

Permalink
ci: make RollPyTorch run only on the Torch-MLIR repo (llvm#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashay authored Oct 25, 2022
1 parent d865c1d commit 801452b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/RollPyTorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
build_linux:
name: Manylinux Build
runs-on: ubuntu-latest
steps:

# Don't run this in everyone's forks.
if: github.repository == 'llvm/torch-mlir'

steps:
- name: Get torch-mlir
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 801452b

Please sign in to comment.