-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
VTAdmin(web): Add workflow start/stop actions #16675
Conversation
Signed-off-by: Noble Mittal <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
afec650
to
2c88769
Compare
Signed-off-by: Noble Mittal <[email protected]>
2c88769
to
536f0c4
Compare
Signed-off-by: Noble Mittal <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I only had the one small nit so I won't merge just yet.
web/vtadmin/src/components/routes/workflows/WorkflowActions.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Noble Mittal <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16675 +/- ##
==========================================
- Coverage 68.93% 68.91% -0.03%
==========================================
Files 1564 1565 +1
Lines 201371 201685 +314
==========================================
+ Hits 138821 138997 +176
- Misses 62550 62688 +138 ☔ View full report in Codecov by Sentry. |
Description
This PR adds the workflow start/stop actions in
Workflows
Screen.Related Issue(s)
Screenshots
Checklist
Deployment Notes