From e1f69cd7fb8140ded0ab6fe146c35e1b2249136f Mon Sep 17 00:00:00 2001 From: Viktor Babanov Date: Wed, 25 Aug 2021 23:53:17 +0300 Subject: [PATCH] Schedule GitHub workflows (#54) --- .github/workflows/build.yml | 6 ++++-- .github/workflows/mutation.yml | 4 ++-- .github/workflows/static.yml | 6 ++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 178a2fbe9..048e30e3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ on: - - pull_request - - push + pull_request: + push: + schedule: + - cron: '0 0 * * *' name: build diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 75b65449c..1f6f14002 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -1,8 +1,8 @@ on: pull_request: push: - branches: - - "master" + schedule: + - cron: '0 0 * * *' name: mutation test diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 5780d460a..779237e66 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,8 +1,10 @@ name: static analysis on: - - pull_request - - push + pull_request: + push: + schedule: + - cron: '0 0 * * *' jobs: mutation: