From c634aaf3a3b0b8bd1e6568b42c234e5c0896dfbf Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Wed, 15 May 2024 15:45:22 +0900 Subject: [PATCH] ci(end to end): Add schedule for end to end workflow [skip ci] --- .github/workflows/end-to-end-test-suite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/end-to-end-test-suite.yml b/.github/workflows/end-to-end-test-suite.yml index 0b93148..27bc9d1 100644 --- a/.github/workflows/end-to-end-test-suite.yml +++ b/.github/workflows/end-to-end-test-suite.yml @@ -6,6 +6,8 @@ on: paths-ignore: - '**.md' workflow_dispatch: + schedule: + - cron: '15 3 * * 4' permissions: contents: read