We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eda48f9 + 436c3e1 commit 7810b48Copy full SHA for 7810b48
1 file changed
.github/workflows/actionlint.yml
@@ -40,6 +40,8 @@ jobs:
40
cask: false
41
42
- uses: Homebrew/actions/cache-homebrew-prefix@main
43
+ # Don't cache the prefix for the formulae.brew.sh repository as it won't download its own JSON API files
44
+ if: github.repository != 'Homebrew/formulae.brew.sh'
45
with:
46
install: actionlint shellcheck zizmor
47
# Not needed in .github but required for other repositories with multiple uses of cache-homebrew-prefix.
0 commit comments