Update .gitea/workflows/deploy-namada.yml
Some checks are pending
Check Latest Release / deploy (push) Has started running

This commit is contained in:
zramsay 2025-03-11 14:53:44 +00:00
parent 28f70d0bb2
commit d0e3cff793

View File

@ -47,7 +47,7 @@ jobs:
echo "Time diff: $time_diff"
# Only proceed if release is recent
if [ $time_diff -le 68400 ]; then
if [ $time_diff -le 600 ]; then
echo "Recent release detected - proceeding with deployment"
# Setup dependencies