Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Feb 23, 2024
1 parent 34111c4 commit 8569829
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backup-to-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
description: ""
default: "alpine-git"
required: false
maximize-disk:
description: ""
default: "1"
required: false
# Environment variables available to all jobs and steps in this workflow.
env:
REGION_ID: cn-beijing
Expand All @@ -33,6 +37,7 @@ jobs:
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
if: inputs.maximize-disk == '1'
with:
root-reserve-mb: 512
swap-size-mb: 1024
Expand Down

0 comments on commit 8569829

Please sign in to comment.