Commit 4ea1e2a
authored
ci: skip deploy-preview job for fork PRs (#13584)
Fork PRs don't have access to the Netlify and bot token secrets, so the
deploy step always failed and surfaced as a failing check on the PR.
Gate the job on the head repo matching the base repo so it's skipped
(not failed) for forks. Skipped checks don't block merge.1 parent 90792c3 commit 4ea1e2a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments