diff --git a/docs/retriggering.md b/docs/retriggering.md index 0b6d9962a..02bbce952 100644 --- a/docs/retriggering.md +++ b/docs/retriggering.md @@ -9,6 +9,12 @@ to trigger the Packit job manually. ![Re-run GitHub check](img/retriggering/comment.png) +In case your project is a monorepository containing multiple packages, it is possible to specify which package to run jobs for. Use the `--package` argument for this purpose. Using this argument is useful for saving resources when you don't need to retrigger jobs for all packages. Use it as follows: + + /packit --package + +Do not use the `--package` argument in a project that is not a monorepository. + ### copr_build For retriggering the [`copr_build`](/docs/configuration/upstream/copr_build) jobs, Packit is able to trigger new builds based on a pull request comment: