Skip to content

Commit 2b2ec65

Browse files
authored
[CI] Add nightly tests (#5)
2 parents 550d2dc + 32fe106 commit 2b2ec65

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
name: Run PyTorch IR Tests
1+
name: CI
22

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+
[![Nightly](https://github.com/MrSidims/PytorchExplorer/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MrSidims/PytorchExplorer/actions?query=workflow%3ACI+event%3Aschedule)
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)