mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
ci: fix NixOS misnomer
this workflow has nothing to do with NixOS, it's just running Nix on Ubuntu. Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
This commit is contained in:
parent
0f5c8e0407
commit
45c8cc32a3
@ -1,9 +1,9 @@
|
|||||||
name: "NixOS-Tests"
|
name: "Nix-Tests"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
nixos-flake-check:
|
nix-flake-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
Loading…
Reference in New Issue
Block a user