ci: regularly run all actions

This commit is contained in:
Tobias Happ 2023-05-16 18:05:33 +02:00
parent 00c970cbaa
commit 5d70340176
4 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -2,6 +2,8 @@ name: Run lints
on:
pull_request:
push:
schedule:
- cron: 0 0 * * 1
jobs:
lint:
runs-on: ubuntu-latest