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

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: