Skip to content

Commit

Permalink
Test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Oct 10, 2024
1 parent b892ed4 commit 1d6793a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/trigger_cleanup_cache.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
#TODO: ideally this should be implemented using tear functionality of minio: https://min.io/docs/minio/container/administration/object-management/object-lifecycle-management.html

name: Cache cleanup pipeline
#on:
# push:
# branches:
# - master # cleanup old caches on each push to master

on:
push:
branches:
- master # cleanup old caches on each push to master
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-trigger_cleanup
Expand Down

0 comments on commit 1d6793a

Please sign in to comment.