|
|
@@ -16,6 +16,10 @@ on:
|
|
|
required: true
|
|
|
default: ''
|
|
|
|
|
|
+concurrency:
|
|
|
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
|
+ cancel-in-progress: true
|
|
|
+
|
|
|
permissions:
|
|
|
contents: write
|
|
|
pull-requests: read
|
|
|
@@ -262,4 +266,4 @@ jobs:
|
|
|
echo "排除模式: ${{ github.event.inputs.exclude_patterns || '无' }}"
|
|
|
echo "处理文件数: ${{ steps.find-files.outputs.files_count }}"
|
|
|
echo "有更改: ${{ steps.check-changes.outputs.has_changes }}"
|
|
|
- echo "clang-format 版本: $(clang-format --version | head -1)"
|
|
|
+ echo "clang-format 版本: $(clang-format --version | head -1)"
|