chore(ci): remove custom commit message for Crowdin updates (#2731)

This commit is contained in:
James Rich 2025-08-14 16:57:58 -05:00 committed by GitHub
parent 837c8a856c
commit 3c2e29ec0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,13 @@ on:
pull_request:
branches:
- main
workflow_dispatch: # Allow manual triggering
workflow_dispatch:
inputs:
branch:
description: 'Branch to run checks against'
required: true
default: 'main'
type: string
concurrency: