Skip to content

Commit

Permalink
update0924
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyd66 committed Sep 24, 2024
1 parent c7445b6 commit 9061d0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- master
- jingyd6_2.5_queue


env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Expand Down
3 changes: 3 additions & 0 deletions diag_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,9 @@ def __init__(self):
self.register_command(ObdiagAnalyzeParameterCommand())
self.register_command(ObdiagAnalyzeVariableCommand())
self.register_command(ObdiagAnalyzeQueueCommand())
self.register_command(ObdiagAnalyzeIndexSpaceCommand())
# self.register_command(ObdiagAnalyzeSQLCommand())
# self.register_command(ObdiagAnalyzeSQLReviewCommand())


class ObdiagRCACommand(MajorCommand):
Expand Down

0 comments on commit 9061d0c

Please sign in to comment.