summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-23 20:31:34 +0200
committerThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-23 21:03:00 +0200
commit45c8cc32a3b52a085496e7c3f784ad47b6daaf68 (patch)
tree36e7d0b7ac9e842daeef6ab504901e666d5d3dbf /.github
parent0f5c8e0407546b1f06ff314a86ac7a4b855a10a0 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix-flake.yml (renamed from .github/workflows/nixos.yml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nixos.yml b/.github/workflows/nix-flake.yml
index e7347eb8..af9582ac 100644
--- a/.github/workflows/nixos.yml
+++ b/.github/workflows/nix-flake.yml
@@ -1,9 +1,9 @@
-name: "NixOS-Tests"
+name: "Nix-Tests"
on:
pull_request:
push:
jobs:
- nixos-flake-check:
+ nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4