We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b3cda commit a447f4aCopy full SHA for a447f4a
1 file changed
.github/workflows/links.yml
@@ -109,7 +109,7 @@ jobs:
109
--force-directories
110
111
- name: Check image sizes in downloaded pages
112
- if: github.event_name == 'schedule' || inputs.check_images
+ # if: github.event_name == 'schedule' || inputs.check_images
113
id: image_sizes
114
continue-on-error: true
115
run: python utils/check_image_sizes.py "${{ matrix.website }}" "${{ matrix.website }}"
0 commit comments