Explorar o código

.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 <leonloechner@gmx.de>
leonnicolas %!s(int64=3) %!d(string=hai) anos
pai
achega
37b3cf1fc8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      .github/workflows/ci.yml

+ 0 - 1
.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