Commit c610df5
committed
Add taskfile to "Check ToC" workflow's paths filter
The repository's GitHub Actions workflows are configured to only run on changes to relevant files. This makes the
continuous integration system more efficient, but care must be taken to include all relevant files in the filter.
The "Check ToC" workflow uses a task to run the table of contents generation commands.
Previously the taskfile that defined that task was not included in the workflow's paths filter even though it is a
critical asset of the workflow.1 parent 7aa859a commit c610df5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments