I have two work workflows in a repository.
- An optional workflow that builds an image.
- Uses the latest image created by the optional workflow to generate artifacts.
Not every push builds image, but every time an image is built the job that generates artifacts in a different workflow should run AFTER it.
How can I model this with GitHub Actions?