How to check if Job succeeded or failed? #4939
Labels
area/job
Issues about jobs.
type/feature
Issues that are new feature requests.
type/request
Issues that are created by customers.
We have a multi-step GitHub action. One of the steps is running a job (“job run”). We’d like to continue to the next GitHub action step only after the job completed successfully.
Is there a recommended(copilot idiomatic) approach to being able to implement such functionality?
Please note that we are using “on.schedule: “none””.
The text was updated successfully, but these errors were encountered: