Removed VORTEX_DOWNLOAD_DB_SSH_KNOWN_HOSTS in favour of known_hosts: unnecessary.#1691
Conversation
…s: unnecessary`.
WalkthroughThis update modifies GitHub Actions workflows by changing the Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub Actions
participant Runner
GitHub Actions->>Runner: Start workflow
alt With database job (before)
Runner->>Runner: Add SSH key (known_hosts from secret)
Runner->>Runner: Download and cache database
Runner->>Runner: Build (needs: database)
Runner->>Runner: Deploy (conditional)
else Without database job (after)
Runner->>Runner: Build (no database dependency)
Runner->>Runner: Deploy (no conditional)
end
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🔇 Additional comments (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1691 +/- ##
========================================
Coverage 70.50% 70.50%
========================================
Files 76 76
Lines 4347 4347
========================================
Hits 3065 3065
Misses 1282 1282 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #1674
Summary by CodeRabbit