diff --git a/.github/workflows/cleanup-cache.yml b/.github/workflows/cleanup-cache.yml index 16ed1e1210..6e20b8f879 100644 --- a/.github/workflows/cleanup-cache.yml +++ b/.github/workflows/cleanup-cache.yml @@ -1,12 +1,9 @@ name: Cleanup Cache -# for testing -on: [pull_request] - -# on: -# pull_request: -# types: -# - closed +on: + pull_request: + types: + - closed jobs: cleanup: