We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8313ecf commit 6da0357Copy full SHA for 6da0357
.github/workflows/prs.yml
@@ -35,12 +35,14 @@ jobs:
35
- name: Run all tutorials
36
if: contains(github.event.pull_request.labels.*.name, 'Run all tutorials')
37
run: |
38
+ export TUTORIALS_MAIN_BRANCH=origin/main
39
make executeall
40
make convertall
41
42
# Otherwise, only run tutorials that have been modified
43
- name: Run only modified tutorials
44
if: "!contains(github.event.pull_request.labels.*.name, 'Run all tutorials')"
45
46
47
make execute
48
make convert
0 commit comments