kyma-project / kyma-companion

A tool that brings AI to Kyma
Apache License 2.0
2 stars 11 forks source link

Rework Trigger of Pull Build Image GitHub Action #136

Open Teneroy opened 1 month ago

Teneroy commented 1 month ago

Description:

The Pull Build Image job is currently triggered unnecessarily, including for changes in the test folder, PR title updates, and .md file modifications. Optimize the job to execute only when relevant changes are made, improving CI efficiency. This should concern also other jobs which are dependent on pull-build-image job like, for example, evaluation test. If there are no changes in the source code, there is no need to trigger evaluation test

Tasks:

Acceptance Criteria:

the1bit commented 2 days ago

PR: https://github.com/kyma-project/kyma-companion/pull/207