Skip to content

Commit ecbb7e6

Browse files
committed
turn off nighlty on PR, add back normal on PR
1 parent e31a1c8 commit ecbb7e6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build-tutorials-nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: Build tutorials against nightly or test
1+
name: Build tutorials (nightly/test)
22

33
on:
4-
pull_request:
4+
# Only main branch for now
5+
# pull_request:
56
push:
67
branches:
78
- main

.github/workflows/build-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build tutorials
22

33
on:
4-
# pull_request:
4+
pull_request:
55
push:
66
branches:
77
- main

0 commit comments

Comments
 (0)