Skip to content

Commit

Permalink
workflows/autobump: stop running on 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 c215453 commit 590a354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/autobump.yml
@@ -1,11 +1,6 @@
name: Bump formulae on schedule or request

on:
push:
branches:
- master
paths:
- '.github/workflows/*.ya?ml'
workflow_dispatch:
inputs:
formulae:
Expand Down

0 comments on commit 590a354

Please sign in to comment.