OpenSK icon indicating copy to clipboard operation
OpenSK copied to clipboard

Only run full setup.sh on relevant workflows

Open gendx opened this issue 5 years ago • 0 comments

Expected Behavior

GitHub workflows do only the necessary amount of work and complete as fast as possible.

Actual Behavior

Most of our workflows run ./setup.sh, which compiles and installs elf2tab, even when not needed by the rest of the workflow. This slows down CI.

gendx avatar Sep 29 '20 13:09 gendx