From acf6ca8e8005dfd0a4f42ad429b03f27183c53c0 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sat, 23 Mar 2024 21:42:25 -0400 Subject: [PATCH] workflows/autobump: stop running on unrelated workflow updates The original reason for this in #129465 was for @BrewTestBot's fork but I don't think this behavior is needed our current workflows. We may need to reconsider if we change the approach in future. Fixes #164661 Signed-off-by: Michael Cho --- .github/workflows/autobump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index c6f69a549ffc4..69e979206f0c3 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -5,7 +5,7 @@ on: branches: - master paths: - - '.github/workflows/*.ya?ml' + - .github/workflows/autobump.yml workflow_dispatch: inputs: formulae: