From e0ea4ce2cc116a09636428633760e15e4cde3049 Mon Sep 17 00:00:00 2001 From: leonnicolas Date: Tue, 12 Jul 2022 09:47:28 +0200 Subject: [PATCH] .github/workflows/ci.yml: run e2e daily 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