Compare commits

...

3 Commits

Author SHA1 Message Date
af45e392d6 Merge remote-tracking branch 'refs/remotes/origin/main'
Some checks are pending
DDSCA / Datadog SBOM Generation and Upload (push) Successful in 47s
DDSDS / Datadog Static Analyzer (push) Successful in 54s
DDSAST / Datadog Static Analyzer (push) Successful in 1m45s
Scheduled Fake Commits / create_scheduled_commits (push) Has started running
2025-05-10 12:49:11 -04:00
c325068f51 Merge remote-tracking branch 'refs/remotes/origin/main' 2025-05-10 12:48:17 -04:00
788927a5a7 typo...huh 2025-05-10 12:47:57 -04:00

View File

@ -161,7 +161,7 @@ jobs:
# Wait for the specified delay before the next commit, unless it's the last one
if [ $i -lt $COMMIT_COUNT ]; then
echo "Waiting for $SLEEP_SECONDS seconds before the next commit..."
sleep $SLEVE_SECONDS
sleep $SLEEP_SECONDS
fi
done