Commit 4963c0b
authored
Ensure java updator runs on all active branches (#18408)
* Ensure java updator runs on all active branches
Previously the java updator action would run against only the main branch when
the schedule triggered. This is because the schedule action only tracks the
default branch in a repo. The other branches could be triggered manually with a
workflow dispatch trigger (along with configuring "which branch to run workflow
from"). This old pattern is now replaced with a matrix job which runs the action
across all the active branches. This allows the schedule to update everything
and reduces manual inputs when triggering with workflow dispatch.
* Use elastic/oblt-actions/elastic/active-branches
Rather than use a static list, use the active-branches action to fill in matrix1 parent 3ca7395 commit 4963c0b
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
11 | 24 | | |
12 | 25 | | |
13 | 26 | | |
14 | 27 | | |
15 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
16 | 32 | | |
17 | 33 | | |
18 | | - | |
| 34 | + | |
| 35 | + | |
19 | 36 | | |
20 | 37 | | |
21 | 38 | | |
22 | 39 | | |
23 | 40 | | |
24 | 41 | | |
25 | | - | |
| 42 | + | |
0 commit comments