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 17, 2024
1 parent 692143c commit 0403ef6
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -7,6 +7,7 @@ on:
permissions: read-all

jobs:
if: github.repository == 'triton-lang/triton'
Build-Documentation:
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 @@ -9,6 +9,7 @@ on:
permissions: read-all

jobs:
if: github.repository == 'triton-lang/triton'
Runner-Preparation:
runs-on: ubuntu-latest
outputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
permissions: read-all

jobs:
if: github.repository == 'triton-lang/triton'

Build-Wheels:
timeout-minutes: 60
Expand Down

0 comments on commit 0403ef6

Please sign in to comment.