Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Jun 7, 2024
1 parent b06871f commit 4d084bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:

- name: Generate CI matrix
id: generate-matrix
# https://github.com/Homebrew/homebrew-cask/commit/a6ca6ea1a8d1e68bebd0e8eafa826bdeadad60f5#diff-4b269f1b86d1d59eb9f29fa0c077f805e2f3243259b1073ed6ccc4e53cdad88e
run: |
brew ruby -- "$(brew --repository homebrew/cask)/cmd/lib/generate-matrix.rb" "${{ github.event.pull_request.url }}"
brew ruby -- "$(brew --repository homebrew/cask)/cmd/lib/generate-matrix.rb" --url="${{ github.event.pull_request.url }}"
test:
name: ${{ matrix.name }}
Expand Down
4 changes: 4 additions & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"voicevox-dev": "all,",
"voicevox-beta": "all"
}

0 comments on commit 4d084bf

Please sign in to comment.