Skip to content

Commit

Permalink
only run GA if repo owner is Databricks
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok authored Aug 5, 2024
1 parent 52186a6 commit 484513d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
pytest-gpu:
name: ${{ matrix.name }}
if: github.repository_owner == 'databricks'
runs-on: ubuntu-latest # todo: switch to linux-ubuntu-latest later
strategy:
fail-fast: false
Expand Down

0 comments on commit 484513d

Please sign in to comment.