kestra-io / kestra

Orchestration and automation platform to execute millions of scheduled and event-driven workflows declaratively in code and from the UI
https://kestra.io
Apache License 2.0
9.13k stars 601 forks source link

add github actions workflow path filter to run only on platform changes #5089

Open phoenix24 opened 5 days ago

phoenix24 commented 5 days ago

What changes are being made and why?

this pr adds github actions workflow path filter, to run only on platform changes


How the changes have been QAed?

by testing against test commits.


Setup Instructions

loicmathieu commented 4 days ago

Hi, Thanks for opening this PR but I thnik there is a misunderstanding, the platform is for managing dependencies version, so we do want to run CI on each platform change

phoenix24 commented 4 days ago

Thanks for opening this PR but I thnik there is a misunderstanding, the platform is for managing dependencies version, so we do want to run CI on each platform change

oh, understood. I'll fix that.