mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
CI: better ci workflow names
This commit is contained in:
parent
c7949b5ecc
commit
844c4c5974
2 changed files with 3 additions and 3 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: build-and-cache
|
||||
name: "Set up binary cache"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
- .gitignore
|
||||
|
||||
jobs:
|
||||
nix:
|
||||
cahix:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Github Pages docs
|
||||
name: "Build and deploy documentation"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue