Skip to content

Commit 5329a0b

Browse files
authored
Merge pull request #24 from pytorch/inductor_hook_upgrades
running on push
2 parents acd6b4f + f4b7c2f commit 5329a0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/inductor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Test build/test linux gpu
22

33
on:
4-
pull_request:
4+
push:
5+
branches: [ master, main ]
56
workflow_dispatch:
67
inputs:
78
triton_pin:
@@ -65,4 +66,4 @@ jobs:
6566
echo "Installing magma-cuda121"
6667
conda install -y -c pytorch magma-cuda121
6768
python setup.py install
68-
pytest -n 1 test/inductor/test_torchinductor.py
69+
pytest -n 1 test/inductor/test_torchinductor.py

0 commit comments

Comments
 (0)