Update .github/actions/job-start/action.yml

Co-authored-by: Abraham Gonzalez <abe.j.gonza@gmail.com>
This commit is contained in:
David Biancolin 2022-02-07 16:06:48 -08:00 committed by GitHub
parent 9a8471d52e
commit 9d06310f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"