diff --git a/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md b/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md index fff5dbd56e0f..e14af26e3d6c 100644 --- a/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md +++ b/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md @@ -343,7 +343,7 @@ This example workflow uses `gh-actions-cache` to delete up to 100 caches created ```yaml name: cleanup caches by a branch on: - pull_request: + pull_request_target: types: - closed