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 088d69b commit c75929bCopy full SHA for c75929b
.github/workflows/e2e-test.yaml
@@ -2,7 +2,7 @@ name: "End-to-end Tests"
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: 0 2 * * *
+ - cron: 15 2 * * MON-FRI
6
7
env:
8
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
@@ -16,7 +16,7 @@ jobs:
16
environment: [ canary, production ]
17
exclude:
18
- environment: production
19
- secret-name: AI_CORE_PRODUCTION
+ # secret-name: AI_CORE_PRODUCTION
20
include:
21
- environment: canary
22
secret-name: AI_CORE_CANARY
0 commit comments