cloudfoundry-incubator / kubecf

Cloud Foundry on Kubernetes
Apache License 2.0
115 stars 62 forks source link

Should not run entire pipeline for things that don't affect kubecf builds #1319

Open viovanov opened 4 years ago

viovanov commented 4 years ago

Acceptance Criteria

Linting should still trigger

viccuad commented 4 years ago

It would be worth considering that when "changes to .concourse should not trigger GHA or Concourse deployments", we want to trigger Concourse deployments.

Only the jobs in ./concourse/tasks/* (e.g: upgrade job) need the repo content and hence should be triggered. The rest need to be reflown from the code. But for the sake of completeness, we may want to trigger all jobs.