fix(ci): disabled RNA by default
This commit is contained in:
parent
174cf20692
commit
e5f9406a58
1 changed files with 1 additions and 1 deletions
|
@ -53,4 +53,4 @@ jobs:
|
||||||
override: ${{ vars.OVERRIDE || "false" }}
|
override: ${{ vars.OVERRIDE || "false" }}
|
||||||
verbose: ${{ vars.VERBOSE || "false" }}
|
verbose: ${{ vars.VERBOSE || "false" }}
|
||||||
hide-archive-link: true
|
hide-archive-link: true
|
||||||
release-notes-assistant: true
|
release-notes-assistant: ${{ vars.RELEASE_NOTES_ASSISTANT || "false" }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue