Commit 387f9a0
committed
ci: use paths-ignore to determine when to trigger build
It's better to build too many docker containers than too few, so let's
go with not triggering the build if we know that only files irrelevant
to the container are modified (instead of trying to explicitly list all
files that are relevant). This way, if the list is stale, we build "too
many" containers, whereas with the current solution, we build "too few"
containers (see for example #132).
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>1 parent 2f11ed3 commit 387f9a0
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments