Skip to content

Commit

Permalink
Feature(MInference): remove unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
iofu728 committed Jul 2, 2024
1 parent a9583e0 commit 1c414a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Unit Test

# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
on: # Trigger the workflow on pull request or merge
pull_request:
merge_group:
types: [checks_requested]
# on: # Trigger the workflow on pull request or merge
# pull_request:
# merge_group:
# types: [checks_requested]

defaults:
run:
Expand Down

0 comments on commit 1c414a4

Please sign in to comment.