mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
ci: regularly run all actions
This commit is contained in:
parent
109abda381
commit
064e1b280e
4 changed files with 8 additions and 0 deletions
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Build bootstrap packages and push to cachix
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: 0 0 * * 1
|
||||||
jobs:
|
jobs:
|
||||||
cachix:
|
cachix:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -3,6 +3,8 @@ name: Build and deploy docs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
|
schedule:
|
||||||
|
- cron: 0 0 * * 1
|
||||||
|
|
||||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
2
.github/workflows/fakedroid-odt.yml
vendored
2
.github/workflows/fakedroid-odt.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Run on-device-tests with fakedroid
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: 0 0 * * 1
|
||||||
jobs:
|
jobs:
|
||||||
fakedroid-odt-channel:
|
fakedroid-odt-channel:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
2
.github/workflows/lints.yml
vendored
2
.github/workflows/lints.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Run lints
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: 0 0 * * 1
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue