Skip to content

Commit c75929b

Browse files
authored
Update e2e-test.yaml
1 parent 088d69b commit c75929b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "End-to-end Tests"
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: 0 2 * * *
5+
- cron: 15 2 * * MON-FRI
66

77
env:
88
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
@@ -16,7 +16,7 @@ jobs:
1616
environment: [ canary, production ]
1717
exclude:
1818
- environment: production
19-
secret-name: AI_CORE_PRODUCTION
19+
# secret-name: AI_CORE_PRODUCTION
2020
include:
2121
- environment: canary
2222
secret-name: AI_CORE_CANARY

0 commit comments

Comments
 (0)