Commit 4d109fe
committed
Remove inappropriate element from paths filters of "Check Packaging" workflow
The `on.*.paths` keys of GitHub workflows can be used to avoid unnecessary or unwanted workflow runs. This is done by
defining specific paths containing files relevant to the workflow's purpose. The workflow will only run when the trigger
event modifies a file matching the paths.
The "Check Packaging" workflow was copied from another project that uses the Task task runner tool. In that project, it
is appropriate for the workflow to be triggered on any change to the Task configuration file, and so it was added to the
`paths` filter. This project uses npm instead of Task, and does not contain a taskfile, so the presence of that path in
the filters is in appropriate and only adds unnecessary complexity to the workflow.1 parent 2086b35 commit 4d109fe
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
0 commit comments