MLH-Fellowship / scheduling-profiler-prototype

Custom profiler prototype for React's concurrent mode
https://react-scheduling-profiler.vercel.app/
6 stars 0 forks source link

Tweak CI config to run on all branches and on check_suite #94

Closed taneliang closed 4 years ago

taneliang commented 4 years ago

Experimenting with CI configs to better support Stack Attack

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/mlh-fellowship/scheduling-profiler-prototype/8h37oc2xc ✅ Preview: https://scheduling-profiler-prototype-git-eliang-tweak-actions-config.mlh-fellowship.vercel.app

taneliang commented 4 years ago

Stack Attack creates PRs that are based on each other, like a linked list. Unfortunately, our existing CI config doesn't trigger CI for PRs that aren't based on master. Because we want CI to be a required status check in our repo, we'll need them to be triggered automatically somehow, so that we don't have to do weird things to trigger CI before merging the PR.