diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c540f1e4..146b54f1 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -5,6 +5,12 @@ on: branches: ["main"] pull_request: branches: ["main"] + schedule: + - cron: '0 */4 * * *' + +concurrency: + group: e2e-tests + cancel-in-progress: false env: CARGO_TERM_COLOR: always