pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Reduce concurrent CI runs #169

Closed pradyunsg closed 1 year ago

pradyunsg commented 1 year ago

This will ensure that any specific pull request (or commit) only has a single CI run happening at any point in time.