-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document allowed_builders for Bodhi update job #847
Document allowed_builders for Bodhi update job #847
Conversation
Build succeeded. ✔️ pre-commit SUCCESS in 1m 14s |
@@ -82,6 +82,9 @@ jobs: | |||
# https://packit.dev/docs/configuration/downstream/bodhi_update | |||
- job: bodhi_update | |||
trigger: commit | |||
# TODO uncomment and adjust if you want to allow Bodhi updates to be triggered by other events than Packit's successfull builds | |||
# https://packit.dev/docs/configuration/downstream/bodhi_update#optional-parameters | |||
#allowed_builders: ['packit', 'all_admins'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#allowed_builders: ['packit', 'all_admins'] | |
# allowed_builders: ['packit', 'all_admins'] |
31da9bb
to
6bcb5fb
Compare
Build succeeded. ✔️ pre-commit SUCCESS in 1m 12s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 19s |
dfdc892
into
packit:main
Related to packit/packit-service#2312