Skip to content

Commit

Permalink
update(ci): minimize retention days for build-only CI artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce authored and poiana committed Aug 29, 2023
1 parent ba1528e commit 600318a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ jobs:
with:
name: falco-images
path: /tmp/falco-*.tar
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/reusable_build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
name: bpf_probe_${{ inputs.arch }}.skel.h
path: skeleton-build/skel_dir/bpf_probe.skel.h
retention-days: 1

build-packages:
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
Expand Down

0 comments on commit 600318a

Please sign in to comment.