Add concurrency

This commit is contained in:
Adria Navarro 2024-06-04 14:19:54 +02:00
parent cbcba76309
commit c17b12d466
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
name: PR labeler
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize]