diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f3873580b..a47d3b499 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 ### ########################### diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6659e0df..6f2f4c332 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 ### ###########################