mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-13 19:28:55 +00:00
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
10361343c5
commit
1bcacc66a8
2 changed files with 8 additions and 0 deletions
4
.github/actions/setup-build-env/action.yaml
vendored
4
.github/actions/setup-build-env/action.yaml
vendored
|
@ -8,11 +8,15 @@ inputs:
|
|||
default: 'true'
|
||||
build-cache-key:
|
||||
description: build cache prefix
|
||||
free-disk-space:
|
||||
description: free disk space
|
||||
default: 'true'
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0
|
||||
if: ${{ inputs.free-disk-space == 'true' }}
|
||||
with:
|
||||
tool-cache: true
|
||||
android: true
|
||||
|
|
4
.github/actions/setup-test-env/action.yaml
vendored
4
.github/actions/setup-test-env/action.yaml
vendored
|
@ -6,11 +6,15 @@ inputs:
|
|||
version:
|
||||
description: kubernetes version
|
||||
default: v1.26.0
|
||||
free-disk-space:
|
||||
description: free disk space
|
||||
default: 'false'
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: jlumbroso/free-disk-space@76866dbe54312617f00798d1762df7f43def6e5c # v1.2.0
|
||||
if: ${{ inputs.free-disk-space == 'true' }}
|
||||
with:
|
||||
tool-cache: true
|
||||
android: true
|
||||
|
|
Loading…
Add table
Reference in a new issue