Commit 4d7db10
authored
CI - PR approval check skips for external PRs (properly this time) (#4611)
# Description of Changes
#4604 skipped the check
run for external PRs, but because it needs to post a separate commit
status (see #4578),
this was not the right solution. We need to _run_ the check but
trivially post a success on external PRs. Sigh.
# API and ABI breaking changes
None.
# Expected complexity level and risk
1
# Testing
I don't know how to test github workflows.
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>1 parent 408e54f commit 4d7db10
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments