ci: should check after doing the update
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
Test templates, puts into cache / nix (nix-runner) (push) Successful in 5m10s

This commit is contained in:
Deepak Mallubhotla 2025-03-22 19:37:49 -05:00
parent 23fece6293
commit 1775d628c5
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -1,7 +1,7 @@
name: Bump flake.lock name: Bump flake.lock
on: on:
schedule: schedule:
- cron: "0 6 * * *" - cron: "41 4 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
@ -12,6 +12,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- uses: cachix/install-nix-action@v20 - uses: cachix/install-nix-action@v20
- run: nix flake update - run: nix flake update
- run: nix flake check
- uses: stefanzweifel/git-auto-commit-action@v4 - uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: Bump flake.lock commit_message: Bump flake.lock