mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add comments explaining about mirroring changes in nightly and release
This commit is contained in:
parent
10aa343d3a
commit
2ea33021aa
2 changed files with 4 additions and 2 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
|
@ -7,7 +7,8 @@ on:
|
|||
|
||||
jobs:
|
||||
# While many of these jobs could be grouped in a separate workflow, the github actions UI
|
||||
# is much nicer if they are instead listed explicitly here.
|
||||
# is much nicer if they are instead listed explicitly here. As a result, changes made here
|
||||
# may need to be mirrored in .github/workflows/release.yml.
|
||||
###########################
|
||||
#### testing jobs ###
|
||||
###########################
|
||||
|
|
|
|||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -12,7 +12,8 @@ permissions:
|
|||
|
||||
jobs:
|
||||
# While many of these jobs could be grouped in a separate workflow, the github actions UI
|
||||
# is much nicer if they are instead listed explicitly here.
|
||||
# is much nicer if they are instead listed explicitly here. As a result, changes made here
|
||||
# may need to be mirrored in .github/workflows/nightly.yml.
|
||||
###########################
|
||||
#### testing jobs ###
|
||||
###########################
|
||||
|
|
|
|||
Loading…
Reference in a new issue