Skip to content

Commit 3aa64fc

Browse files
committed
Remove event gate on GPU jobs so they run on PRs too
GPU jobs complete in ~5-10 minutes and serve as a useful pre-merge check. Made-with: Cursor
1 parent 7576c66 commit 3aa64fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ jobs:
119119
# Full test suite + smoke training/inference, one job per Python version.
120120
# ---------------------------------------------------------------------------
121121
gpu-tests:
122-
if: github.event_name == 'push' || github.event_name == 'merge_group'
123122
runs-on: linux-amd64-gpu-rtxpro6000-latest-1
124123
container:
125124
image: ubuntu:22.04

0 commit comments

Comments
 (0)