diff --git a/.github/workflows/deploy_update_brew_lists.yml b/.github/workflows/deploy_update_brew_lists.yml index b7ae7f9..c3e3f8d 100755 --- a/.github/workflows/deploy_update_brew_lists.yml +++ b/.github/workflows/deploy_update_brew_lists.yml @@ -9,6 +9,7 @@ on: branches: - main + jobs: update-brew-lists: runs-on: ubuntu-latest @@ -34,5 +35,6 @@ jobs: echo "No changes to update_brew_lists, skipping commit and push." - name: Update complete + if: always() run: echo "update_brew_lists update process completed successfully."