diff --git a/.github/workflows/maven_cache_management.yml b/.github/workflows/maven_cache_management.yml index 4223f146dde..fedf63b7c54 100644 --- a/.github/workflows/maven_cache_management.yml +++ b/.github/workflows/maven_cache_management.yml @@ -6,12 +6,12 @@ on: branches: - develop # According to https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy - # all caches are depleted after 7 days of no access. Make sure we rejuvenate every 7 days to keep it available. + # all caches are deleted after 7 days of no access. Make sure we rejuvenate every 7 days to keep it available. schedule: - cron: '23 2 * * 0' # Run for 'develop' every Sunday at 02:23 UTC (3:23 CET, 21:23 ET) # Enable manual cache management workflow_dispatch: - # Deplete branch caches once a PR is merged + # Delete branch caches once a PR is merged pull_request: types: - closed