Try to skip successful jobs on rerun workflow
This commit is contained in:
8
.github/actions/job-end/action.yml
vendored
Normal file
8
.github/actions/job-end/action.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: job-end
|
||||
description: "Save a job status"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: echo "success" > run_result
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user