Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
yuneng-jiang 2026-04-23 14:18:06 -07:00 committed by GitHub
parent e37d1b0cb6
commit 8adb3a6a8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1844,6 +1844,9 @@ jobs:
# Clean up first container
- run:
name: Stop and remove first container
- run:
name: Stop and remove first container
when: always
command: |
docker stop my-app
docker rm my-app