How to break one job into two in Github Actions workflow – Ubuntu
I'm trying to break one job that I have in my workflow into two in Github Actions but can't seem to do so without breaking. I'd like to have build and deploy as two separate jobs if that is possible,…