[CI] Dont run full CI on `build-image` action changes (#7270)

This commit is contained in:
Jesse Hills 2024-08-14 08:13:09 +12:00 committed by GitHub
parent 9ec61cbff3
commit 0c567adf63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ on:
paths:
- "**"
- "!.github/workflows/*.yml"
- "!.github/actions/build-image/*"
- ".github/workflows/ci.yml"
- "!.yamllint"
- "!.github/dependabot.yml"