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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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