We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8b862 commit 479cd9dCopy full SHA for 479cd9d
docs/configuration/jobs.md
@@ -78,9 +78,9 @@ jobs:
78
branch: main
79
```
80
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.
+Do not forget that you can also define common Packit config options at the
+top level (such as `targets` or `actions`) and only override them when
+needed in the `jobs` or `packages` section.
84
85
For more complex structures it can be useful to have yaml-anchors that are ignored,
86
in which case you can use the top-level `_` key, for example:
0 commit comments