Add concurrency check to size labelling

This commit is contained in:
Jordan Dominion
2024-08-18 14:16:26 -04:00
parent c3672c2af5
commit a53a669f5c
+4
View File
@@ -2,6 +2,10 @@ name: Size Labelling
on:
pull_request_target:
concurrency:
group: "size-labelling-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"
cancel-in-progress: true
jobs:
size-label:
name: Add Size Label