Commit c073178
Restrict CI on forks, more.
- Don't do container image CI on forks. (We shouldn't be pushing
container images to ghcr.io from forks!)
- Remove the `if` condition in `deploy_guide.yml`. It has no effct
because there is an `on: push: branches: - main` condition higher up
doing the same thing (and in the more typical way).
(These changes were supposed to be in #268, but I failed to commit the
changes before pushing, sigh.)1 parent 8b2ad3f commit c073178
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
165 | | - | |
| 167 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments