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 a9be1ed commit b572c41Copy full SHA for b572c41
.github/workflows/e2e-test.yaml
@@ -2,7 +2,7 @@ name: "End-to-end Tests"
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: 0 22 * * *
+ - cron: 0 2 * * *
6
7
env:
8
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
0 commit comments