mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
github: simplify workflow names
This commit is contained in:
parent
ec6db50220
commit
c3be1f9ad2
2
.github/workflows/flake-checks.yml
vendored
2
.github/workflows/flake-checks.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "nix"
|
name: "nix-check"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
|
2
.github/workflows/flake-update-inputs.yml
vendored
2
.github/workflows/flake-update-inputs.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "inputs"
|
name: "flake-update"
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0"
|
- cron: "0 0 * * 0"
|
||||||
|
|
2
.github/workflows/git-sync-mirrors.yml
vendored
2
.github/workflows/git-sync-mirrors.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "git"
|
name: "git-mirror"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in a new issue