Only run on push

This commit is contained in:
ahtlon
2025-01-18 23:40:11 +01:00
committed by kalipso
parent 34c2661c53
commit 9ba607ce16

View File

@@ -1,6 +1,5 @@
name: "Check flake syntax"
on:
pull_request:
push:
jobs:
flake-check:
@@ -11,5 +10,5 @@ jobs:
run: |
apt update -y
apt install sudo -y
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
- run: nix flake check --no-update-lock-file --accept-flake-config .