File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 86
86
87
87
collect-results :
88
88
runs-on : ubuntu-latest
89
- if : github.event_name != 'pull_request'
90
89
needs : [setup-keys, run-models]
91
90
92
91
steps :
@@ -106,3 +105,4 @@ jobs:
106
105
with :
107
106
github_token : ${{ secrets.GITHUB_TOKEN }}
108
107
publish_dir : ./html
108
+ destination_dir : ${{ github.event_name == 'pull_request' && 'pr' || '' }}
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ You can edit it there.
21
21
22
22
Note that the links-to-existing-GitHub-issues in the table are also defined in this script.
23
23
24
+ ## I want to see the HTML generated by a PR!
25
+
26
+ The latest workflow run across all PRs will be published to https://turinglang.org/ADTests/pr .
27
+
28
+ This is a bit messy, but works for now on the assumption that there aren't many PRs being worked on simultaneously.
29
+
24
30
## What's going on?
25
31
26
32
The workflow is the most complicated part of this repository.
You can’t perform that action at this time.
0 commit comments