Skip to content

Commit

Permalink
[CI] check on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed May 24, 2024
1 parent 70ee479 commit cac556b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/isort-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Run isort
on:
- push
- pull_request:
types: [opened, reopened]

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pytest-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run pytest

on: [push]
on:
- pull_request:
types: [opened, reopened]

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/yapf-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Run yapf
on: [push]

on:
- pull_request:
types: [opened, reopened]

jobs:
formatting-check:
name: Formatting Check
Expand Down

0 comments on commit cac556b

Please sign in to comment.