Skip to content

Commit eeb8463

Browse files
committed
Add more detail to disabled comment
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent fabd203 commit eeb8463

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tag-recreate-lts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ permissions:
1414
jobs:
1515
recreate-lts-release:
1616
# This job is disabled by default for main, should be enabled for LTS branches and tags
17+
# Example:
18+
# if: startsWith(github.event.release.tag_name, '1.2.')
19+
# for the LTS 1.2.lts
1720
if: false
1821
name: Recreate LTS Release
1922
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)