Skip to content

Commit

Permalink
Fix torch19 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Aug 9, 2023
1 parent d300517 commit e16e804
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nv-torch19-p40.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: nv-torch19-p40

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'blogs/**'
schedule:
- cron: "0 0 * * *"

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/nv-torch19-v100.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: nv-torch19-v100

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'blogs/**'
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit e16e804

Please sign in to comment.