Try to skip successful jobs on rerun workflow

This commit is contained in:
abejgonzalez
2021-10-07 20:05:43 -07:00
parent 26d1731bd9
commit f117f7a0fe
3 changed files with 319 additions and 2 deletions

8
.github/actions/job-end/action.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
name: job-end
description: "Save a job status"
runs:
using: "composite"
steps:
- run: echo "success" > run_result
shell: bash