Skip to content

Commit 0a22d3d

Browse files
authored
chore: the new year check CI is still problematic
Thus avoid it fail to block merge. Log:
1 parent eda50d0 commit 0a22d3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/license-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
ref: ${{ github.event.pull_request.head.sha }}
118118
- uses: zccrs/github-actions-spdx-checker@main
119119
if: contains(github.event.repository.name, 'dde') || contains(github.event.repository.name, 'dtk')
120+
continue-on-error: true
120121
with:
121122
include: '*.py,*.js,*.jsx,*.tsx,*.java,*.cpp,*.c,*.h,*.hpp,*.go,*.rs,*.rb,*.php,*.sh,*.xml,*.yaml,*.yml,*.qml,CMakeLists.txt,Makefile'
122123
exclude: 'vendor/**,node_modules/**'

0 commit comments

Comments
 (0)