Skip to content

Commit cabd8ac

Browse files
committed
ci: faster, check action.yml too
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 4a5ece9 commit cabd8ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/reusable-change-detection.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
filter: |
5252
.github/workflows/ci.yml
5353
.github/workflows/reusable-rr-tests.yml
54+
action.yml
5455
README.md
5556
noxfile.py
5657
pyproject.toml

.github/workflows/reusable-cookie.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,13 @@ jobs:
9090
- name: Test meson-python
9191
run: nox -s 'tests(mesonpy, novcs, sphinx)'
9292

93+
# No need to check this on each (slow on Windows)
9394
- name: Compare copier template generation
94-
if: runner.os == 'Linux' # No need to check this on each (slow on Windows)
95+
if: runner.os == 'Linux' && matrix.python-version != pypy-3.11
9596
run: nox -s compare_copier
9697

9798
- name: Compare cruft template generation
98-
if: runner.os == 'Linux' # No need to check this on each (slow on Windows)
99+
if: runner.os == 'Linux' && matrix.python-version != pypy-3.11
99100
run: nox -s compare_cruft
100101

101102
nox:

0 commit comments

Comments
 (0)