CI: Reduce default image size to partially compensate for poor performance of GitHub pages on first access

This commit is contained in:
Alessandro Pignotti 2023-05-15 18:55:09 +02:00
parent 2047ae83e1
commit dc3b736901

View file

@ -17,7 +17,7 @@ on:
type: string
description: 'Size of the base ext2 image. 950GB is the max size for Github pages, 2GB for Github release. Refer to the fallocate(1) manpage for multiplicative suffixes'
required: true
default: '950MB'
default: '600MB'
IMAGE_NAME:
type: string