mirror of https://github.com/containers/podman.git
				
				
				
			[skip-ci] Packit: use only one value for `packages` key for `trigger: commit` copr builds
Without this key, there are duplicate copr jobs being created on podman-next copr for `podman-fedora` and `podman-centos`. Picking just one of `podman-fedora` / `podman-centos` should trigger builds for all targets specified on the podman-next copr. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
		
							parent
							
								
									dfab103bd3
								
							
						
					
					
						commit
						44825ab428
					
				|  | @ -55,6 +55,7 @@ jobs: | ||||||
|   # Run on commit to main branch |   # Run on commit to main branch | ||||||
|   - job: copr_build |   - job: copr_build | ||||||
|     trigger: commit |     trigger: commit | ||||||
|  |     packages: [podman-fedora] | ||||||
|     notifications: |     notifications: | ||||||
|       failure_comment: |       failure_comment: | ||||||
|         message: "podman-next COPR build failed. @containers/packit-build please check." |         message: "podman-next COPR build failed. @containers/packit-build please check." | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue