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
ci: don't push configs from matrix on master (fix push race)
Every board job in the build matrix runs in parallel; with push=true on
master each job git-pushed regenerated configs to master, so all but the
first failed with 'fetch first'/non-fast-forward in the Push Configs
step. mazduino commits generated files manually, so disable the CI
push-back (push=false). Board builds and bundle/autoupdate artifacts are
unaffected.