From 1d71452b53f3b747baa4b03cf7d440258a66a63d Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Thu, 2 Feb 2023 09:39:58 +0100 Subject: [PATCH] Remove obsolete `workflow_dispatch` trigger in example Following up on PR #26312, which changed `BRANCH` from `github.ref` into a reference only valid for pull requests. Thus, I believe this workflow cannot be reasonably run by manual dispatch anymore. --- .../caching-dependencies-to-speed-up-workflows.md | 1 - 1 file changed, 1 deletion(-) 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 aa673bb904e5..76eea488fb8f 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 @@ -330,7 +330,6 @@ on: pull_request: types: - closed - workflow_dispatch: jobs: cleanup: