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
16 stars 10 forks source link

Split github workflows so jobs only run on related code changes #849

Closed chriswilty closed 7 months ago

chriswilty commented 7 months ago

Description

Splits our github Pull Request workflow into one per module, so that we can run jobs only when code changes.

Resolves #847

Notes

All these improvements will speed up our PR checks, and also potentially reduce our costs:

Concerns

Checklist

Have you done the following?