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:
@@ -1,9 +1,6 @@
|
||||
name: checks
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
checks-impure:
|
||||
runs-on: nix
|
||||
|
||||
Reference in New Issue
Block a user