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 10faa03 commit e1868eaCopy full SHA for e1868ea
.github/workflows/qa.yml
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Run docs
128
if: github.event_name == 'pull_request' || github.event_name == 'push'
129
- run: bun run docs:helm && bun run docs:cli
+ run: bun run docs:cli
130
131
# Commit generated version metadata and README updates on release tags
132
- name: Auto-commit release assets
0 commit comments