✨ add a demo-update generation workflow step to let us know when we have broken demo generation#444
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #444 +/- ##
=======================================
Coverage 37.83% 37.83%
=======================================
Files 15 15
Lines 1208 1208
=======================================
Hits 457 457
Misses 701 701
Partials 50 50 ☔ View full report in Codecov by Sentry. |
a61fe6c to
6c09522
Compare
217d0e6 to
d1b7afc
Compare
|
Found it |
…e broken demo generation Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
d1b7afc to
dcff80e
Compare
|
@grokspawn What event will run this workflow? |
| on: | ||
| workflow_dispatch: | ||
| merge_group: | ||
| pull_request: | ||
| push: | ||
| branches: | ||
| - main |
There was a problem hiding this comment.
@LalatenduMohanty to your question - this section describes when the workflow will be triggered.
There was a problem hiding this comment.
Sorry, I read the question wrong. Yes, this is limited in scope to PRs pushing to main branch. (But folks can manually run the make target in their local to test.)

No description provided.