Skip to content

Commit

Permalink
fix for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Oct 23, 2024
1 parent 1064b59 commit a69014a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions: read-all

jobs:
Build-Documentation:
if: github.repository == 'triton-lang/triton'
runs-on: [a100-runner-set]
timeout-minutes: 30

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/torch-inductor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions: read-all

jobs:
Runner-Preparation:
if: github.repository == 'triton-lang/triton'
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
Expand Down

0 comments on commit a69014a

Please sign in to comment.