Update .forgejo/workflows/deploy-hot.yml

This commit is contained in:
yaxu
2026-02-09 16:04:11 +01:00
parent d9e5c5b0c8
commit 2bea102dc1
+1 -1
View File
@@ -11,7 +11,7 @@ concurrency:
jobs:
build:
# if: ${{ github.event.label.name == 'serve-hot' }}
if: ${{ github.event.label.name == 'serve-hot' }}
runs-on: docker
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}