mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 20:13:45 +01:00
Add concurrency check to size labelling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user