yugabyte / debezium-connector-yugabytedb

A Debezium CDC connector for the YugabyteDB database
https://docs.yugabyte.com/stable/explore/change-data-capture/using-logical-replication/yugabytedb-connector/
Apache License 2.0
12 stars 8 forks source link

[DBZ] Enhance GitHub actions for sanity checks #354

Closed vaibhav-yb closed 1 week ago

vaibhav-yb commented 1 month ago

This PR contains the following changes for Actions workflows:

  1. Adds an action to verify that the compilation is working fine - triggered upon every PR to main.
  2. Publish the build to Quay - triggered manually.
  3. Adds an action to validate basic tests - triggered on every PR and can be triggered manually as well.