Skip to content

Commit

Permalink
Update pr-gpu.yaml (#1420)
Browse files Browse the repository at this point in the history
* Update pr-gpu.yaml

* Update pr-gpu.yaml
  • Loading branch information
KevDevSha authored Aug 2, 2024
1 parent cae89a2 commit 72447df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
- release/*
pull_request:
pull_request_target:
branches:
- main
- release/**
Expand All @@ -16,6 +16,7 @@ concurrency:
jobs:
pytest-gpu-1:
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
runs-on: linux-ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
ci_repo_gpu_test_ref: ${{ matrix.ci_repo_gpu_test_ref }}
pytest-gpu-2:
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
runs-on: linux-ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -72,6 +74,7 @@ jobs:
ci_repo_gpu_test_ref: ${{ matrix.ci_repo_gpu_test_ref }}
pytest-gpu-4:
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
runs-on: linux-ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 72447df

Please sign in to comment.