Fix issue with size labelling cancelling CI Security

This commit is contained in:
Jordan Dominion
2024-08-26 07:09:52 -04:00
parent 57e9e98cd8
commit 1bca65b8a9
+4
View File
@@ -1,6 +1,10 @@
name: Size Labelling
on:
pull_request_target:
types:
- reopened
- labeled
- synchronize
concurrency:
group: "size-labelling-${{ github.head_ref || github.run_id }}-${{ github.event_name }}"