ScottLogic / prompt-injection

Application which investigates defensive measures against prompt injection attacks on an LLM, with a focus on the exposure of external tools.
MIT License
13 stars 9 forks source link

Github actions should only run on modules with code changes #847

Closed chriswilty closed 4 months ago

chriswilty commented 4 months ago

I note that all our github code checks are currently defined in the same workflow file, meaning they all run regardless of code changes. This also costs us more money.

We can easily split our checks into modules - frontend, backend, k6, and soon also cloud, and configure them only to run on a PR if it includes code changes in that module. This will not only speed up PR checks, it'll also be cheaper.