diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index a8eecf3..2547a78 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -2,6 +2,8 @@ name: Build bootstrap packages and push to cachix on: pull_request: push: + schedule: + - cron: 0 0 * * 1 jobs: cachix: runs-on: ubuntu-latest diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7c6c90b..ce46326 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,6 +3,8 @@ name: Build and deploy docs on: push: branches: ["master"] + schedule: + - cron: 0 0 * * 1 # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/.github/workflows/fakedroid-odt.yml b/.github/workflows/fakedroid-odt.yml index 2a787fd..1e40a4f 100644 --- a/.github/workflows/fakedroid-odt.yml +++ b/.github/workflows/fakedroid-odt.yml @@ -2,6 +2,8 @@ name: Run on-device-tests with fakedroid on: pull_request: push: + schedule: + - cron: 0 0 * * 1 jobs: fakedroid-odt-channel: runs-on: ubuntu-latest diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 039ffd5..2c8e2a7 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -2,6 +2,8 @@ name: Run lints on: pull_request: push: + schedule: + - cron: 0 0 * * 1 jobs: lint: runs-on: ubuntu-latest