Commit fb65800
fix: use only_modified instead of only_changed in CI workflows
The tj-actions/changed-files only_changed output does not include
deleted files, causing CI to be skipped when a PR only deletes
non-doc files. Switch to only_modified which correctly includes
deletions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f8ae06c commit fb65800
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments