We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabd203 commit eeb8463Copy full SHA for eeb8463
1 file changed
.github/workflows/tag-recreate-lts.yml
@@ -14,6 +14,9 @@ permissions:
14
jobs:
15
recreate-lts-release:
16
# 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
20
if: false
21
name: Recreate LTS Release
22
runs-on: ubuntu-latest
0 commit comments