In this PR we created a GitHub Action which contains the following steps:
the first one gets the changed files and filters out only the ones containing googleVisionAI or human-sensing or calibration-supervisor as foldername. In this case the trigger_flag is set to true
the second one gets the token generated from the GitHub App
the third one sends a repository dispatch to code with a client_payload containing the list of images to build, created by the first step
In this PR we created a GitHub Action which contains the following steps:
trigger_flag
is set to truecode
with aclient_payload
containing the list of images to build, created by the first step