Add concurency to workflows

This commit is contained in:
Davide 2024-04-09 14:43:18 +02:00
parent 9ce338c902
commit c75d00ebea
No known key found for this signature in database
GPG key ID: D939AF7A93A9C178

View file

@ -6,6 +6,10 @@ on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read