mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +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
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
Reference in New Issue
Block a user