diff --git a/.github/workflows/reusable-cookie.yml b/.github/workflows/reusable-cookie.yml index 0e7ab100..a75fa221 100644 --- a/.github/workflows/reusable-cookie.yml +++ b/.github/workflows/reusable-cookie.yml @@ -91,9 +91,11 @@ jobs: run: nox -s 'tests(mesonpy, novcs, sphinx)' - name: Compare copier template generation + if: runner.os == 'Linux' # No need to check this on each (slow on Windows) run: nox -s compare_copier - name: Compare cruft template generation + if: runner.os == 'Linux' # No need to check this on each (slow on Windows) run: nox -s compare_cruft nox: