Skip to content

Commit 7810b48

Browse files
authored
Merge pull request #958 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents eda48f9 + 436c3e1 commit 7810b48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)