allow required checks to always run
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
b73ef853f0
commit
c01c69b780
5
.github/workflows/flake-health-checks.yml
vendored
5
.github/workflows/flake-health-checks.yml
vendored
@ -2,12 +2,9 @@ name: "Check Nix flake"
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**.nix'
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**.nix'
|
||||
|
||||
jobs:
|
||||
health-check:
|
||||
name: "Perform Nix flake checks"
|
||||
|
5
.github/workflows/lock-health-checks.yml
vendored
5
.github/workflows/lock-health-checks.yml
vendored
@ -2,12 +2,9 @@ name: "Check flake.lock"
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**.nix'
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**.nix'
|
||||
|
||||
jobs:
|
||||
health-check:
|
||||
name: "Check health of `flake.lock`"
|
||||
|
5
.github/workflows/nix-fmt.yml
vendored
5
.github/workflows/nix-fmt.yml
vendored
@ -2,12 +2,9 @@ name: "Check Nix formatting"
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**.nix'
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- '**.nix'
|
||||
|
||||
jobs:
|
||||
health-check:
|
||||
name: "Perform Nix format checks"
|
||||
|
Loading…
x
Reference in New Issue
Block a user