ci: fix cache (#165)

This commit is contained in:
Nugine
2025-07-10 23:50:26 +08:00
committed by GitHub
parent aefd894fc2
commit 58c5a633e2
2 changed files with 1 additions and 13 deletions

View File

@@ -81,7 +81,7 @@ jobs:
cancel_others: true
paths_ignore: '["*.md", "docs/**", "deploy/**"]'
# Never skip release events and tag pushes
do_not_skip: '["release", "push"]'
do_not_skip: '["workflow_dispatch", "schedule", "merge_group", "release", "push"]'
test-and-lint:
name: Test and Lint