diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 979ea8c..5ed8f0a 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -3,7 +3,7 @@ name: e2e test on: schedule: # once a week, on mondays at 7:30am - - cron: "30 7 * * 1" + - cron: "30 7 * * 1,4" workflow_dispatch: