Skip to content

Commit

Permalink
chore: update lint and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Aug 22, 2024
1 parent f4e2d22 commit f5e3f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 代码质量检查
name: Code Check

on: [push, pull_request]
on: [push]

jobs:
run-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 运行单测
name: Unit Tests

on: [push, pull_request]
on: [push]

jobs:
run-ci-test:
Expand Down

0 comments on commit f5e3f52

Please sign in to comment.