ci: rename cache warming workflow

This commit is contained in:
joshp123 2026-02-13 23:29:47 -08:00
parent ae0c7fbafa
commit 876af1e732
2 changed files with 1 additions and 13 deletions

View File

@ -2,7 +2,7 @@ name: Cache Only
on:
workflow_run:
workflows: [ "Nix Build and Cache" ]
workflows: [ "Nix Build Cache" ]
types: [ completed ]
workflow_dispatch: {}

View File

@ -1,12 +0,0 @@
name: Nix Build and Cache
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
smoke-linux:
runs-on: ubuntu-latest
steps:
- run: echo "smoke: workflow parsed"