1
0
Fork 0

ci: Adjust schedule params
Some checks failed
Build / build-amd64-linux (push) Successful in 7m54s
Build / build-arm64-linux (push) Successful in 16m59s
Update Flake / update-flake (push) Failing after 1m40s

This commit is contained in:
Daniel Kempkens 2023-11-29 12:13:59 +01:00
parent d61987e248
commit 8d3075fa95
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 3 deletions

View file

@ -3,8 +3,6 @@ name: Build
on:
push:
branches: ['master']
schedule:
- cron: '20 2 * * *'
jobs:
build-amd64-linux:

View file

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