intel / cloud-native-ai-pipeline

AI cloud native pipeline for confidential and sustainable computing
https://intel.github.io/cloud-native-ai-pipeline/
Apache License 2.0
37 stars 15 forks source link

.github/workflows: add paths for github actions #55

Closed Hulongyin closed 1 year ago

Hulongyin commented 1 year ago

This PR is to fix #54 , add paths for github actions

leyao-daily commented 1 year ago

Not sure why we need add the path definition, we may need it to run on all the repo files?

Hulongyin commented 1 year ago

Not sure why we need add the path definition, we may need it to run on all the repo files?

To avoid triggering all actions for each PR, for example, the PR for document updating should not trigger the python code scan action.