Disable clean up
Some checks failed
Unittests / unittests (push) Successful in 12s
Unittests / deploy-dev (push) Failing after 44s

This commit is contained in:
Adam Štrauch 2025-09-11 19:25:21 +02:00
parent 862f739fb2
commit 62bc275b40
Signed by: cx
GPG key ID: 7262DAFE292BCE20

View file

@ -63,8 +63,8 @@ jobs:
ssh root@$NODE systemctl restart node-api ssh root@$NODE systemctl restart node-api
done done
- name: Clean up # - name: Clean up
run: | # run: |
rm -f ~/.ssh/id_ed25519 # rm -f ~/.ssh/id_ed25519
if: always() # if: always()