Every push, regardless on which branch it happens, triggers the two workflows "Build and push the license feeder Docker image" and "Build and push the python license detector Docker image". Both do not only take extended time to finish, they also both publish a Docker image. I would expect that the build is only triggered on commits on develop, but from the name it looks like there could be even smarter handling involved as one build only affects Python.
The current handling does not seem to be intended and it wastes a lot of resources in terms of storage and build minutes for the organization.
@michelescarlato Could you please look into this?
Every push, regardless on which branch it happens, triggers the two workflows "Build and push the license feeder Docker image" and "Build and push the python license detector Docker image". Both do not only take extended time to finish, they also both publish a Docker image. I would expect that the build is only triggered on commits on
develop, but from the name it looks like there could be even smarter handling involved as one build only affects Python.The current handling does not seem to be intended and it wastes a lot of resources in terms of storage and build minutes for the organization.
@michelescarlato Could you please look into this?