mirror of
https://github.com/httpie/cli.git
synced 2025-02-16 17:40:51 +01:00
Limit concurrency of our test workflow (#1353)
This commit is contained in:
parent
85ba9ad8ea
commit
9f1ec6d5cc
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -1,4 +1,7 @@
|
|||||||
name: Tests
|
name: Tests
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
Reference in New Issue
Block a user