AWS CodeDeploy only when a repo has updates and at a scheduled time

266 Views Asked by At

I currently have an AWS Code Build Pipeline setup that is executing on a set schedule using AWS Event Bridge.

However, this doesn't check to see if there are actually any pending changes in the connected Repo so it just builds regardless.

Is there an approach to:

  • Schedule a Pipeline to execute based on a specific cron schedule.
  • Then check and only execute the build if the repo has updates.
0

There are 0 best solutions below