Commit 2dd617b
Actions: fix Actions for contributor PRs
- trigger on `pull_request`, not `push`.
- don't ignore branch names with a slash in them. We don't use slashes,
but external contributors often have branch names with slashes.
- we don't need to say anything about `coverity_scan`, because we're not
opening PRs for it.
Also, fix the case of "runs-on: macOS-14"; it's documented as being
lower-case, so if they ever change this to be case-insensitive, the
previous version of this file would stop working.
(This point courtesy of Claude Sonnet 5.)1 parent 11e8614 commit 2dd617b
1 file changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
0 commit comments