From e224e51254f5a32d6231ba951b874f8187c3fcda Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Mon, 13 Apr 2026 11:26:02 +0300 Subject: [PATCH] Fix more fast mistakes When combined with the duplicate job, condition should have been dropped. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bac44c..702d03e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,6 @@ jobs: flake-check: name: flake check and push - if: github.event_name == 'push' runs-on: ubuntu-latest steps: - uses: actions/checkout@v6