rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Github Actions: Update build job to depend on notify_start #168

Closed brandongregoryscott closed 3 years ago

brandongregoryscott commented 3 years ago

Looks like notify_start can get queued behind the rest of the actual build jobs, which is a little counter-productive for knowing when a build is kicking off. Just like the notify_end job depends on [build], we should update build to depend on [notify_start]