Skip to content

Commit

Permalink
Update .github/workflows/pytorch_gpu_tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Taegyun Kim <taegyun.kim@datadoghq.com>
  • Loading branch information
danielsn and taegyunkim authored Dec 11, 2024
1 parent 6cb0f81 commit a6bcff5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pytorch_gpu_tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Pytorch Unit Tests (with GPU)

on:
pull_request:
push:
branches:
- 'main'
- 'main'
- 'mq-working-branch**'
pull_request:
paths:
- 'ddtrace/profiling/collector/pytorch.py'
workflow_dispatch:
Expand Down

0 comments on commit a6bcff5

Please sign in to comment.