Skip to content

Commit

Permalink
Update e2e-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr authored Nov 27, 2024
1 parent 088d69b commit c75929b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "End-to-end Tests"
on:
workflow_dispatch:
schedule:
- cron: 0 2 * * *
- cron: 15 2 * * MON-FRI

env:
MVN_MULTI_THREADED_ARGS: --batch-mode --no-transfer-progress --fail-at-end --show-version --threads 1C
Expand All @@ -16,7 +16,7 @@ jobs:
environment: [ canary, production ]
exclude:
- environment: production
secret-name: AI_CORE_PRODUCTION
# secret-name: AI_CORE_PRODUCTION
include:
- environment: canary
secret-name: AI_CORE_CANARY
Expand Down

0 comments on commit c75929b

Please sign in to comment.