Skip to content

Commit 479cd9d

Browse files
authored
Reword based on review
1 parent 1f8b862 commit 479cd9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration/jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
  branch: main
7979
```
8080

81-
Do not forget that you can also use the top-level keys to store common keys like
82-
`targets` and `actions` and only override them as needed in the `jobs` or
83-
`packages` section.
81+
Do not forget that you can also define common Packit config options at the
82+
top level (such as `targets` or `actions`) and only override them when
83+
needed in the `jobs` or `packages` section.
8484

8585
For more complex structures it can be useful to have yaml-anchors that are ignored,
8686
in which case you can use the top-level `_` key, for example:

0 commit comments

Comments
 (0)