Skip to content

Commit

Permalink
Reword based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
mfocko authored Nov 15, 2024
1 parent 1f8b862 commit 479cd9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
  branch: main
```

Do not forget that you can also use the top-level keys to store common keys like
`targets` and `actions` and only override them as needed in the `jobs` or
`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.

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

0 comments on commit 479cd9d

Please sign in to comment.