chore: Add concurrency to workflow

This commit is contained in:
2024-05-12 19:26:00 +02:00
parent 789cc6939e
commit f167424e4f

View File

@ -8,6 +8,8 @@ on:
- '*'
pull_request:
concurrency: ${{ github.ref_name }}
jobs:
tests:
runs-on: ubuntu-latest