trigger latest release
All checks were successful
Check Latest Release / deploy (push) Successful in 1m7s
All checks were successful
Check Latest Release / deploy (push) Successful in 1m7s
This commit is contained in:
parent
60c75a8068
commit
28f70d0bb2
@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: '*'
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '*/10 * * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
echo "Time diff: $time_diff"
|
||||
|
||||
# Only proceed if release is recent
|
||||
if [ $time_diff -le 300 ]; then
|
||||
if [ $time_diff -le 68400 ]; then
|
||||
echo "Recent release detected - proceeding with deployment"
|
||||
|
||||
# Setup dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user