From 3c366b37ae43aa77b76d48facf3abf1a72f93509 Mon Sep 17 00:00:00 2001 From: yaxu Date: Mon, 9 Feb 2026 15:57:36 +0100 Subject: [PATCH] Update .forgejo/workflows/deploy-hot.yml --- .forgejo/workflows/deploy-hot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy-hot.yml b/.forgejo/workflows/deploy-hot.yml index 869660b36..f4b423478 100644 --- a/.forgejo/workflows/deploy-hot.yml +++ b/.forgejo/workflows/deploy-hot.yml @@ -11,7 +11,7 @@ concurrency: jobs: build: - if: forgejo.event.label.name == 'serve-hot' + if: github.event.label.name == 'serve-hot' runs-on: docker env: SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} @@ -39,4 +39,4 @@ jobs: ssh-keyscan matrix.toplap.org > ~/.ssh/known_hosts rsync -atv --delete --delete-after --progress \ ./website/dist/ \ - strudel@matrix.toplap.org:/home/strudel.cc/deploy/pr-${{ forgejo.event.pull_request.number }}.strudel.cc \ No newline at end of file + strudel@matrix.toplap.org:/home/strudel.cc/deploy/pr-${{ github.event.pull_request.number }}.strudel.cc \ No newline at end of file