From 5206366ddf9a59a96b5c366f9d8f19de8724db64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 12 May 2025 16:05:52 +0200 Subject: [PATCH] don't run impure checks on main We need to make sure that these tests already pass in pull requests. There is often no point running this on main because it's already to late at this point. --- .gitea/workflows/checks.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index a7e6b5286..e0e576a40 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -1,9 +1,6 @@ name: checks on: pull_request: - push: - branches: - - main jobs: checks-impure: runs-on: nix