clap/.github/workflows
Ed Page 29a6a854f1 fix(ci): Don't have PRs canceling each others jobs
Using `head_ref`, we are making it so PRs are all in the same group.
When a new PR comes in (not just an update), it then cancels all other
PRs.  Switching to `ref` makes it so each PR is in its own concurrency
group.
2021-10-06 19:16:55 -05:00
..
benchmark.yml fix(ci): Don't have PRs canceling each others jobs 2021-10-06 19:16:55 -05:00
ci.yml fix(ci): Don't have PRs canceling each others jobs 2021-10-06 19:16:55 -05:00
site.yml Update CI 2021-05-25 23:42:55 +01:00