Skip to content

Commit b612c47

Browse files
committed
Revert "chore: now Copyright Year check applies to all repo that uses license-check"
This reverts commit d9b155c.
1 parent d9b155c commit b612c47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/license-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
3232
- name: Check Copyright Year for Changed Files
3333
id: year_check
34+
# 暂时灰度启用,只对 dde 和 dtk 项目生效
35+
if: contains(github.event.repository.name, 'dde') || contains(github.event.repository.name, 'dtk')
3436
env:
3537
PIPX_DEFAULT_PYTHON: ${{ steps.python.outputs.python-path }}
3638
# 配置需要检查的关键字,用分号隔开

0 commit comments

Comments
 (0)