Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions .github/workflows/gpu_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ name: Unit Tests on GPU (Modal)
# satisfy the Required status for PRs to pass.

on:
pull_request:
workflow_dispatch:

pull_request_target:
branches:
- main
paths-ignore:
- '**/README.md'
push:
branches:
- main
Expand Down Expand Up @@ -47,14 +51,15 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
filters: |
arctictraining:
- '**.py'
- '.github/workflows/gpu_unit_tests.yaml'
- 'ci/**'
- 'tests/**'
- '!docs/**'
- '!projects/**'
- '!scripts/**'
- '!tutorial/**'
- '**/**'
#- '**.py'
#- '.github/workflows/gpu_unit_tests.yaml'
#- 'ci/**'
#- 'tests/**'
#- '!docs/**'
#- '!projects/**'
#- '!scripts/**'
#- '!tutorial/**'

deploy:
name: GPU Unit Tests
Expand Down