Split CI, one for repo tests and one for global tests
Only enable global CI on main (with a note)
Global CI configured like the multiarch build to cancel in progress
runs if a new run starts
Repo CI bump the version of action codecov/codecov-action based on
runtime warnings
Add --ignoreScripts to the npm clean-install in the Dockerfile to
avoid running unnecessary postinstall scripts with the build running
directly after the install.
Refactoring:
Split CI, one for repo tests and one for global tests
Only enable global CI on main (with a note)
Global CI configured like the multiarch build to cancel in progress runs if a new run starts
Repo CI bump the version of action
codecov/codecov-action
based on runtime warningsAdd
--ignoreScripts
to thenpm clean-install
in the Dockerfile to avoid running unnecessary postinstall scripts with the build running directly after the install.Signed-off-by: Scott J Dickerson sdickers@redhat.com Signed-off-by: Cherry Picker noreply@github.com