Skip to content

Commit

Permalink
ci: always run restart pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Jul 25, 2024
1 parent ff0ae6b commit 9c681ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/v-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- run: rush build

- name: restart pm2
run: cd /home/qyy/actions-runner/_work/delete-github-repos-in-batches/delete-github-repos-in-batches
- run: pm2 restart v-next
if: always()
run: pm2 restart v-next

0 comments on commit 9c681ae

Please sign in to comment.