fix: use proper runs-on for updates

This commit is contained in:
Greg Hellings
2026-05-10 01:47:34 -05:00
parent e62757cf1c
commit 85cdfce6a9
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
name: Update flake.lock
on:
"on":
schedule:
- cron: "0 0 * * 0" # Every Sunday at midnight UTC
workflow_dispatch:
jobs:
update-flake-lock:
runs-on: [bare-metal, nix-latest]
runs-on: nix-latest
steps:
- name: Checkout
uses: actions/checkout@v4