ci: Adjust schedule params
This commit is contained in:
parent
d61987e248
commit
8d3075fa95
2 changed files with 4 additions and 3 deletions
|
@ -3,8 +3,6 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
schedule:
|
|
||||||
- cron: '20 2 * * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-amd64-linux:
|
build-amd64-linux:
|
||||||
|
|
|
@ -20,6 +20,9 @@ jobs:
|
||||||
planner: linux
|
planner: linux
|
||||||
github-token: null
|
github-token: null
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v4
|
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: "[automation] Update flake"
|
commit_message: "[automation] Update flake"
|
||||||
|
commit_user_name: Actions Bot
|
||||||
|
commit_user_email: daniel+actions-bot@kempkens.io
|
||||||
|
commit_author: Actions Bot <daniel+actions-bot@kempkens.io>
|
||||||
|
|
Loading…
Reference in a new issue