ci: add a job that notifies dependencies when commits are made - #258
ci: add a job that notifies dependencies when commits are made#258calebdoxsey wants to merge 1 commit into
Conversation
Coverage Report for CI Build 29578876255Warning No base build found for commit Coverage: 100.0%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats
💛 - Coveralls |
|
Running this immediately might not work because it will take a little while for the updated binaries to be published. Is it possible to make this only trigger if all other workflows succeed? Also sometimes we might not want to update right away on commits to main, like if there are incompatible api changes merged here which are then updated in a separate branch in pomerium. Not sure how to handle that exactly though. Maybe we can make the main-triggered workflow manual. But for release branches we do probably always want to update right away. |
Summary
When a commit is made to main or a release branch we should notify other repositories that an update was made.
Related issues
For ENG-4257