How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AWS CodeBuild as Github actions runner – change folder

calendar_today July 21, 2024 person florian norbert bepunkt domain amazon-codebuild

I have a Github actions workflow that consists of two dependent jobs: Job A does change detection: Which modules in my monorepo changed. Job B is a matrix job, iterating of all changed modules (the working directories are the result of job a) and doing some CI stuff. Now I want to use AWS CodeBuild to run as a self hosted runner for GitHub actions (so I can run everything in my VPC).

open_in_new Read original post