automated: Update flake.lock #57

Merged
ahuston-0 merged 7 commits from feature/selinunte into main 2025-06-01 13:05:17 -04:00
18 changed files with 486 additions and 6 deletions
Showing only changes of commit e64a668875 - Show all commits

View File

@@ -5,6 +5,9 @@ on:
pull_request:
branches: ["main"]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
health-check:
name: "Perform Nix flake checks"

View File

@@ -4,6 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: "00 12 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
update_lockfile:
runs-on: ubuntu-latest

View File

@@ -5,6 +5,9 @@ on:
pull_request:
branches: ["main"]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
health-check:
name: "Check health of `flake.lock`"