mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add nicer names for re-run and notify
This commit is contained in:
parent
8f705b9136
commit
bf65074f44
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -86,6 +86,7 @@ jobs:
|
|||
#### rerun job ###
|
||||
############################
|
||||
re-run:
|
||||
name: Re-run
|
||||
needs:
|
||||
- standard_tests_jobs
|
||||
- extended_tests_jobs
|
||||
|
|
@ -110,6 +111,7 @@ jobs:
|
|||
#### notify ###
|
||||
###########################
|
||||
notify:
|
||||
name: Notify
|
||||
needs:
|
||||
- re-run
|
||||
# Returns true when any previous step of a job fails. If you have a chain of dependent
|
||||
|
|
|
|||
Loading…
Reference in a new issue