We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db35a0f commit 8548be5Copy full SHA for 8548be5
.github/workflows/fosstars-report.yml
@@ -2,7 +2,7 @@ name: "Fosstars (Security)"
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: "0 0 * * *" # every day at midnight
+ - cron: '42 03 * * MON-FRI' # 03:42 on weekdays, a somewhat random time to avoid producing load spikes on the GH actions infrastructure
6
7
env:
8
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
0 commit comments