Skip to content

Commit

Permalink
Merge pull request #2 from fw-ai/allow-trigger-manually
Browse files Browse the repository at this point in the history
Allow the update homebrew hash workflow to be run manually
  • Loading branch information
zchenyu authored Oct 2, 2024
2 parents 5cfcdd8 + 96bc9d5 commit 883ad7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update_homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update Homebrew Formula
on:
repository_dispatch:
types: [trigger-workflow-event]
workflow_dispatch:

jobs:
update-formula:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## How do I install these formulae?


```bash
brew tap fw-ai/firectl
brew install firectl
Expand All @@ -18,3 +17,7 @@ brew "<formula>"
## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).

## Trigger

The workflow to update the SHA256 hash is triggered by a firectl stable release: https://github.com/fw-ai/fireworks/blob/719924c123401ce01e569a04e0138973cfead0ec/.github/workflows/firectl_release.yml#L63-L70

0 comments on commit 883ad7b

Please sign in to comment.