Minor change to trigger actions

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2026-05-27 11:47:00 -07:00
parent 26245771fd
commit b448dff79a
+1 -1
View File
@@ -319,7 +319,7 @@ jobs:
exit 0
fi
if [ "$attempt" -lt 6 ]; then
sleep 15
sleep 20
fi
done
exit 1