Skip to content

Commit a447f4a

Browse files
committed
Filesize checks
1 parent 80b3cda commit a447f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
--force-directories
110110
111111
- name: Check image sizes in downloaded pages
112-
if: github.event_name == 'schedule' || inputs.check_images
112+
# if: github.event_name == 'schedule' || inputs.check_images
113113
id: image_sizes
114114
continue-on-error: true
115115
run: python utils/check_image_sizes.py "${{ matrix.website }}" "${{ matrix.website }}"

0 commit comments

Comments
 (0)