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.
This commit is contained in:
Jörg Thalheim
2025-05-12 16:05:52 +02:00
parent c6035b247b
commit 9733c41105

View File

@@ -1,9 +1,6 @@
name: checks
on:
pull_request:
push:
branches:
- main
jobs:
checks-impure:
runs-on: nix