Skip to content

Commit d9b155c

Browse files
authored
chore: now Copyright Year check applies to all repo that uses license-check
1 parent 7106545 commit d9b155c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/license-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ 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')
3634
env:
3735
PIPX_DEFAULT_PYTHON: ${{ steps.python.outputs.python-path }}
3836
# 配置需要检查的关键字,用分号隔开

0 commit comments

Comments
 (0)