diff --git a/.github/actions/job-start/action.yml b/.github/actions/job-start/action.yml index d27f024d..b894f11f 100644 --- a/.github/actions/job-start/action.yml +++ b/.github/actions/job-start/action.yml @@ -1,7 +1,7 @@ # With the job-end action, this provides the machinery to skip running jobs # that have previously passed. This is not supported on EC2-manager hosted -# jobs, where all jobs must be re-run on restarting the workflow (since the -# previous manager is lost.) +# jobs, where all related jobs must be re-run when restarting the workflow (since the +# previous spot-instance manager is terminated on a failure) name: job-start description: "Setup a job status"