-
-
Notifications
You must be signed in to change notification settings - Fork 28
Fixed GHA deployment not triggering for tags. #2039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughAdds tag triggers to the GitHub Actions workflow, expands branch patterns, and sets a VORTEX_DEPLOY_MODE env var in the Deploy job to distinguish tag vs. branch deployments based on ref. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Developer
participant GH as GitHub
participant WF as build-test-deploy.yml
participant Deploy as Deploy Job
Dev->>GH: Push commit or create tag
GH->>WF: Trigger workflow (push on branches/tags)
alt Tag ref (refs/tags/...)
WF->>Deploy: Start with env VORTEX_DEPLOY_MODE=tag
else Branch ref
WF->>Deploy: Start with env VORTEX_DEPLOY_MODE=branch
end
Deploy->>Deploy: Execute deployment steps using mode
Deploy-->>GH: Job status
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro ⛔ Files ignored due to path filters (17)
📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1).github/workflows/**📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (14)
🔇 Additional comments (2)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2039 +/- ##
========================================
Coverage 63.95% 63.95%
========================================
Files 91 91
Lines 5637 5637
Branches 44 44
========================================
Hits 3605 3605
Misses 2032 2032 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #2023
Summary by CodeRabbit