1
0
Fork 0
mirror of synced 2024-08-06 13:48:14 +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
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize]