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:
parent
f15dd0a16a
commit
82b3cb7022
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ items:
|
|||
github:
|
||||
secret: "{{ anitya_github_secret }}"
|
||||
{% endif %}
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
kind: List
|
||||
metadata: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue