Harden production deploy stability

This commit is contained in:
2569718930@qq.com
2026-05-30 21:21:30 +08:00
parent 52f92d8650
commit 383dfe4d0e
3 changed files with 135 additions and 18 deletions
+3
View File
@@ -122,6 +122,9 @@ jobs:
needs: [build-and-push]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
concurrency:
group: polyweather-production-deploy
cancel-in-progress: false
steps:
- name: Checkout
uses: actions/checkout@v4