Commit 74e60ac
committed
btrfs-progs: ci: limit codespell workflow only on release and requested branches
The Codespell workflow is useful and catches a lot of typos. However it
also makes development and CI use harder. Documentation updates do not
need the full CI so it's skipped. If a typo sneaks in any followup pull
request or devel update will fail.
We want to run the CI for code and updating and restarting the CI spends
all the free minutes available for the github actions.
At the slight inconvenience of missing some typos during development
limit the codespell workflow only on the 'release-test' branch or with
the prefix 'codespell/'.
[ci skip]
Signed-off-by: David Sterba <dsterba@suse.com>1 parent 1b7c23e commit 74e60ac
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments