Skip to content

Conversation

@LZS911
Copy link
Collaborator

@LZS911 LZS911 commented Nov 6, 2025

调整 github action 跳过逻辑

原逻辑:
在 commit message 中包含 [skip ci] 字符串。

GitHub Actions 会自动识别 commit message 中的 [skip ci]、[ci skip] 等关键字,并在 workflow 级别跳过所有的 workflows,包括 trigger-ee-workflow.yml。导致同步代码的 workflow 也被跳过。

新逻辑:
PR title 中包含 [skip checker] 字符串,可以跳过代码检查以及单元测试,替换原本的 [skip ci]

@Rain-1214 Rain-1214 merged commit 1dad097 into main Nov 6, 2025
4 checks passed
@Rain-1214 Rain-1214 deleted the fix/github-action-skip-ci branch November 6, 2025 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants