reduce interval while testing
Some checks failed
Check Latest Release / deploy (push) Failing after 0s

This commit is contained in:
zramsay 2025-04-17 17:02:28 +00:00
parent d1726e61cb
commit d82e841bfb

View File

@ -4,7 +4,7 @@ on:
push:
branches: '*'
schedule:
- cron: '*/10 * * * *'
- cron: '*/5 * * * *'
workflow_dispatch:
env:
@ -47,7 +47,7 @@ jobs:
echo "Time diff: $time_diff"
# Only proceed if release is recent
if [ $time_diff -le 600 ]; then
if [ $time_diff -le 300 ]; then
echo "Recent release detected - proceeding with deployment"
# Setup dependencies