Skip to content

Commit

Permalink
workflows/autobump: stop running on unrelated workflow updates
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cho-m committed Mar 24, 2024
1 parent 7f25dfc commit acf6ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autobump.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- '.github/workflows/*.ya?ml'
- .github/workflows/autobump.yml
workflow_dispatch:
inputs:
formulae:
Expand Down

0 comments on commit acf6ca8

Please sign in to comment.