Limit concurrency (#187)
* Limit concurrency * Limit concurrency * Remove prettier config * Update changelogpull/186/head^2
parent
449a50f621
commit
b50cd85853
|
@ -1,4 +1,9 @@
|
||||||
name: Test collection
|
name: Test collection
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.head_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- Enable concurrency check for PRs & GHA
|
Loading…
Reference in New Issue