active-hash / active_hash

A readonly ActiveRecord-esque base class that lets you use a hash, a Yaml file or a custom file as the datasource
MIT License
1.19k stars 178 forks source link

ci: avoid running multiple times on the same commit #273

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

CI runs the same jobs under both "push" and "pull_request", which looks like this:

image

This config avoids running multiple times on the same PR, resulting in the deduped checks you can see below.