1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00

Add concurrency

This commit is contained in:
Adria Navarro 2024-06-04 14:19:54 +02:00
parent cbcba76309
commit c17b12d466

View file

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