Limit concurrency (#187)

* Limit concurrency

* Limit concurrency

* Remove prettier config

* Update changelog
pull/186/head^2
Bradley A. Thornton 2022-05-25 13:06:16 -07:00 committed by GitHub
parent 449a50f621
commit b50cd85853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,9 @@
name: Test collection
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
on:
push:
branches: [main]

View File

@ -0,0 +1,3 @@
---
trivial:
- Enable concurrency check for PRs & GHA