Skip to content

Commit

Permalink
chore(.github): modify taoskeeper github action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qevolg committed Oct 24, 2024
1 parent 5b95f9e commit 23d5404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/taoskeeper-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23d5404

Please sign in to comment.