Skip to content

Commit

Permalink
Merge branch 'main' into more-registry-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Aug 2, 2024
2 parents bec7339 + 72447df commit 97bfa43
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 97bfa43

Please sign in to comment.