From 96bc9d571b55651bad8b349a8603c9cd236265e0 Mon Sep 17 00:00:00 2001 From: zchenyu Date: Wed, 2 Oct 2024 11:23:49 -0700 Subject: [PATCH] Allow the update homebrew hash workflow to be run manually --- .github/workflows/update_homebrew.yaml | 1 + README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_homebrew.yaml b/.github/workflows/update_homebrew.yaml index ca370fc..2b5d9f0 100644 --- a/.github/workflows/update_homebrew.yaml +++ b/.github/workflows/update_homebrew.yaml @@ -3,6 +3,7 @@ name: Update Homebrew Formula on: repository_dispatch: types: [trigger-workflow-event] + workflow_dispatch: jobs: update-formula: diff --git a/README.md b/README.md index b1e462e..87c99e8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ## How do I install these formulae? - ```bash brew tap fw-ai/firectl brew install firectl @@ -18,3 +17,7 @@ brew "" ## 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