Commit 026124f
authored
feat: support workspace exclusion filtering in update workflow (#117)
* feat: support workspace exclusion filtering in update workflow
Add exclude-workspaces input to the reusable update-plugins-repo-refs
workflow. After workspace grouping, any workspace name matching an
exclude pattern is removed before the matrix is built, ensuring excluded
workspaces never reach the update job.
Assisted-by: Claude Code
Signed-off-by: Tomas Kral <tkral@redhat.com>
* refactor: replace shell loop with jq with_entries for workspace exclusion
Use a single jq invocation instead of nested shell loops that mutate
the workspaces map while iterating over its keys.
---------
Signed-off-by: Tomas Kral <tkral@redhat.com>1 parent 57ca427 commit 026124f
1 file changed
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
353 | 358 | | |
354 | 359 | | |
355 | 360 | | |
| 361 | + | |
| 362 | + | |
356 | 363 | | |
357 | 364 | | |
358 | 365 | | |
| |||
443 | 450 | | |
444 | 451 | | |
445 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
446 | 466 | | |
447 | 467 | | |
448 | 468 | | |
| |||
0 commit comments