-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move container CI into a separate workflow #40
Conversation
collang
commented
Nov 9, 2021
- Container CI moved to separate workflow
- Container CI now triggers on push to master
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
=======================================
Coverage 96.69% 96.69%
=======================================
Files 46 46
Lines 1424 1424
=======================================
Hits 1377 1377
Misses 47 47 Continue to review full report at Codecov.
|
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.
See #40 (review)
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.
- How do we control when the
container
workflow is run? - Should we add a badge for
container
build since it's now a separate workflow?
The container workflow will trigger on a push to master, which I think covers:
|
288e87e
to
0d876ef
Compare