diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0a8089f6..ed46ad6e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,6 +1,10 @@ name: Static Analysis -on: ['push', 'pull_request'] +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' jobs: static: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e8733b0f..efc2aa5d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,11 @@ name: Tests -on: ['push', 'pull_request'] +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' + jobs: ci: