ci: fix workflow name parsing and cache-only trigger

This commit is contained in:
joshp123 2026-02-13 23:23:11 -08:00
parent a93112edb7
commit d7dd0aa144
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
name: Nix Build & Cache
name: "Nix Build and Cache"
on:
push: