Skip to content

Commit 836bacf

Browse files
committed
ci: only compare generation on Linux (faster)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 86eba41 commit 836bacf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-cookie.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ jobs:
9191
run: nox -s 'tests(mesonpy, novcs, sphinx)'
9292

9393
- name: Compare copier template generation
94+
if: runner.os == "Linux" # No need to check this on each (slow on Windows)
9495
run: nox -s compare_copier
9596

9697
- name: Compare cruft template generation
98+
if: runner.os == "Linux" # No need to check this on each (slow on Windows)
9799
run: nox -s compare_cruft
98100

99101
nox:

0 commit comments

Comments
 (0)