Skip to content

Commit 6da0357

Browse files
committed
set tutorials main branch for diff
1 parent 8313ecf commit 6da0357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ jobs:
3535
- name: Run all tutorials
3636
if: contains(github.event.pull_request.labels.*.name, 'Run all tutorials')
3737
run: |
38+
export TUTORIALS_MAIN_BRANCH=origin/main
3839
make executeall
3940
make convertall
4041
4142
# Otherwise, only run tutorials that have been modified
4243
- name: Run only modified tutorials
4344
if: "!contains(github.event.pull_request.labels.*.name, 'Run all tutorials')"
4445
run: |
46+
export TUTORIALS_MAIN_BRANCH=origin/main
4547
make execute
4648
make convert

0 commit comments

Comments
 (0)