update(ci): minimize retention days for build-only CI artifacts

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2023-08-28 13:02:40 +00:00
committed by poiana
parent ba1528e3c2
commit 600318aaae
2 changed files with 2 additions and 0 deletions

View File

@@ -71,3 +71,4 @@ jobs:
with: with:
name: falco-images name: falco-images
path: /tmp/falco-*.tar path: /tmp/falco-*.tar
retention-days: 1

View File

@@ -36,6 +36,7 @@ jobs:
with: with:
name: bpf_probe_${{ inputs.arch }}.skel.h name: bpf_probe_${{ inputs.arch }}.skel.h
path: skeleton-build/skel_dir/bpf_probe.skel.h path: skeleton-build/skel_dir/bpf_probe.skel.h
retention-days: 1
build-packages: build-packages:
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936 # See https://github.com/actions/runner/issues/409#issuecomment-1158849936