mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
release-monitoring: Don't trigger build on config change
Because we are triggering build with GitHub webhook currently, it is no longer necessary to trigger it with config change. This will prevent trigerring build twice when deploying new version. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
f15dd0a16a
commit
82b3cb7022
@@ -99,7 +99,6 @@ items:
|
||||
github:
|
||||
secret: "{{ anitya_github_secret }}"
|
||||
{% endif %}
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
kind: List
|
||||
metadata: {}
|
||||
|
||||
Reference in New Issue
Block a user