chore(.github): modify taoskeeper github action workflow

This commit is contained in:
qevolg 2024-10-24 20:00:13 +08:00
parent 1de02f9fe2
commit b7c7930509
1 changed files with 2 additions and 2 deletions

View File

@ -54,5 +54,5 @@ jobs:
- name: Clean up
if: always()
run: |
sudo pkill taosd
sudo pkill taosadapter
if pgrep taosd; then sudo pkill taosd; fi
if pgrep taosadapter; then sudo pkill taosadapter; fi