Skip to content

Commit 8463acc

Browse files
committed
[CI] Add nightly tests
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent 550d2dc commit 8463acc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: Run PyTorch IR Tests
33
on:
44
pull_request:
55
branches: [ main ]
6+
paths-ignore:
7+
- '**.md'
8+
- 'public/**
69
push:
710
branches: [ main ]
11+
paths-ignore:
12+
- '**.md'
13+
- 'public/**
14+
schedule:
15+
- cron: 0 0 * * *
816
917
jobs:
1018
test:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PyTorch IR Explorer
22

3+
[![ tests](https://github.com/MrSidims/PytorchExplorer/actions/workflows/ci.yml/badge.svg)](https://github.com/MrSidims/PytorchExplorer/actions/workflows/ci.yml)
4+
35
An interactive web-based tool for exploring intermediate representations (IRs) of PyTorch and Triton models.
46
Designed to help developers, researchers, and students visualize and understand compilation pipelines by
57
tracing models through various IR stages and transformations.

0 commit comments

Comments
 (0)