From 37b3cf1fc8ff85eee067f41f96869da7d28fd855 Mon Sep 17 00:00:00 2001 From: leonnicolas <60091705+leonnicolas@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:00:04 +0200 Subject: [PATCH] .github/workflows/ci.yml: run e2e daily (#320) The e2e tests are not flaky anymore, so we should run them daily to see if they break for whatever reason. This way we notice before someone makes a "goog" PR. Signed-off-by: leonnicolas --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1b8c9c..9eefdfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,6 @@ jobs: run: make unit e2e: - if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2