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
Tiny build-time optimization for config handling (#2526)
This change reworks build_notifications from re-loading the task config
from an environment variable, and then parsing as toml, once for every
task. Instead, we now just get and parse the config once, and grab what
we want from the pre-parsed table.
This was noticed incidentally while debugging #2524
0 commit comments