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 4d76677 + 8191e45 commit 46265b0Copy full SHA for 46265b0
.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