How to have multiple crawler on the same repo ?

I currently have 5 crawlers on my repo and I would like to create 5 apify actors. Is there a way to make to use the same github repo for all of them but specifiy which file to run ?

I found out how to setup continuous integration with apify and build the crawlers in their own separate actors on apify. The issue is that, I can't specify which file to run.

Also, is it possible to build all the files on github, then only push a single javascript file to apify ?

Thank you very much
Was this page helpful?