diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index ef7202e..3e028eb 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -1,6 +1,10 @@ name: Unit Tests -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 10 * * 3,6' jobs: build: diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index f7627d3..401eabd 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -1,6 +1,10 @@ name: Static Checks -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 10 * * 3,6' jobs: build: