1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Limit concurrency of our test workflow (#1353)

This commit is contained in:
Batuhan Taskaya
2022-04-14 17:38:28 +03:00
committed by GitHub
parent 85ba9ad8ea
commit 9f1ec6d5cc

View File

@@ -1,4 +1,7 @@
name: Tests
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
push: