Skip to content

Commit

Permalink
fix for forks
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Feb 10, 2024
1 parent bdf85d3 commit 0e956cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compare-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5

if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'openai/triton'}}

steps:
- name: Download PR number artifact
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
Build-Documentation:
if: github.repository == 'openai/triton'
runs-on: [self-hosted, A100]
timeout-minutes: 20

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 @@ -7,6 +7,7 @@ on:

jobs:
Runner-Preparation:
if: github.repository == 'openai/triton'
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
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:
jobs:

Build-Wheels:
if: github.repository == 'openai/triton'
timeout-minutes: 60

runs-on: [self-hosted, CPU]
Expand Down

0 comments on commit 0e956cc

Please sign in to comment.