From 3e40a1e35e6a0bac6abe3adc3557874c31e92aba Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Thu, 16 Nov 2023 19:41:24 -0800 Subject: [PATCH] ci: don't fail PRs when inputs are out of date --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9da9d7..e46b8c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - uses: DeterminateSystems/flake-checker-action@main with: - fail-mode: true + fail-mode: false NixFormatting: runs-on: ubuntu-latest