Update .gitea/workflows/deploy-namada.yml
Some checks are pending
Check Latest Release / deploy (push) Has started running
Some checks are pending
Check Latest Release / deploy (push) Has started running
This commit is contained in:
parent
28f70d0bb2
commit
d0e3cff793
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user