You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 matrix
0 commit comments