chore: Add concurrency to workflow

This commit is contained in:
Daniel Carrillo 2024-05-12 19:26:00 +02:00
parent 789cc6939e
commit f167424e4f
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

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