mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
FMN: enable triggered rebuilds for now
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -39,7 +39,8 @@ spec:
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
{% if env == 'staging' %}
|
||||
# Enable triggered rebuild on prod for now, will disable when we actually go live
|
||||
{% if env == 'staging' or env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
# Not sure why secretReference does not work, but it doesn't.
|
||||
|
||||
Reference in New Issue
Block a user