Skip to content

Commit 46265b0

Browse files
authored
Merge pull request #1084 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents 4d76677 + 8191e45 commit 46265b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
cask: false
4141

4242
- 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'
4345
with:
4446
install: actionlint shellcheck zizmor
4547
# Not needed in .github but required for other repositories with multiple uses of cache-homebrew-prefix.

0 commit comments

Comments
 (0)