Commit 766a4af
committed
ci: Skip build job for markdown-only PRs
Fixes issue where job_build would run for PRs that only change markdown files.
This was accidentally broken in #10421 when the changed_any_code check was
removed from the last condition.
This change restores the original behavior: markdown-only PRs will skip the
build job while still running formatting checks in job_check_format.1 parent dac328a commit 766a4af
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments