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:
|
||||
push:
|
||||
branches: ['master']
|
||||
schedule:
|
||||
- cron: '20 2 * * *'
|
||||
|
||||
jobs:
|
||||
build-amd64-linux:
|
||||
|
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
planner: linux
|
||||
github-token: null
|
||||
- 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:
|
||||
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