Compare commits

..

2 Commits

Author SHA1 Message Date
ab2e53e27c Merge remote-tracking branch 'refs/remotes/origin/main'
Some checks failed
DDSCA / Datadog SBOM Generation and Upload (push) Has been cancelled
DDSDS / Datadog Static Analyzer (push) Has been cancelled
DDSAST / Datadog Static Analyzer (push) Has been cancelled
Scheduled Fake Commits / create_scheduled_commits (push) Successful in 6m5s
2025-05-16 20:17:37 -04:00
b2e6fcaac0 Extend duration 2025-05-16 20:17:15 -04:00

View File

@ -5,7 +5,7 @@ on:
schedule:
# This expression means "run every 3 minutes". Useful for testing.
# To revert to the original 8-hour schedule, change this to '0 */8 * * *'.
- cron: "0 */3 * * *" # Original schedule: every 8 hours
- cron: "0 */12 * * *" # Original schedule: every 8 hours
# To trigger manually for testing, you can add workflow_dispatch:
# workflow_dispatch:
@ -61,7 +61,7 @@ jobs:
DWSAuthor Eight <adwsuthor8@example.com>
DWSAuthor Nine <autdwshor9@example.com>
DWSAuthor Ten <autdwshor10@example.com>
COMMIT_COUNT: 12 # Number of commits to create
COMMIT_COUNT: 3 # Number of commits to create
SLEEP_SECONDS: 150 # Delay between commits in seconds
TARGET_BRANCH: main # The branch to commit to and trigger workflows on
GITEA_BASE_URL: https://git.dws.rip # Replace with your Gitea instance URL
@ -169,4 +169,3 @@ jobs:
done
echo "Finished creating $COMMIT_COUNT commits and triggering workflows."