We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a228f25 commit f9f59b0Copy full SHA for f9f59b0
action.yml
@@ -215,6 +215,10 @@ runs:
215
# locale updates via language-pack-* or localepurge
216
# Preventing these triggers can save 30–90 seconds per large apt-get block in Ubuntu CI environments.
217
218
+ # prevent initramfs-tools from updating RAM filesystem
219
+ # updating the initial RAM filesystem image needed for reboot
220
+ # is not necessary for these transient images
221
+ export INITRD=No
222
if [[ ${{ inputs.mandb }} == 'true' ]]; then
223
STAGE_START_TIME=$(date +%s)
224
BEFORE=$(getAvailableSpace)
0 commit comments