ci: rename cache warming workflow
This commit is contained in:
parent
ae0c7fbafa
commit
876af1e732
2
.github/workflows/cache-only.yml
vendored
2
.github/workflows/cache-only.yml
vendored
@ -2,7 +2,7 @@ name: Cache Only
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [ "Nix Build and Cache" ]
|
||||
workflows: [ "Nix Build Cache" ]
|
||||
types: [ completed ]
|
||||
workflow_dispatch: {}
|
||||
|
||||
|
||||
12
.github/workflows/nix-build-and-cache.yml
vendored
12
.github/workflows/nix-build-and-cache.yml
vendored
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user