Skip to content

Commit e294021

Browse files
committed
ci: skip steps when cache hit
1 parent 2e767a7 commit e294021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
version: 1.5.1
5050
- name: Setup XCode
51-
if: ${{ matrix.os == 'macos-13' }}
51+
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
5252
# SpiderMonkey 115 ESR requires XCode SDK version at least 13.3
5353
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#installed-sdks
5454
run: sudo xcode-select -switch /Applications/Xcode_14.3.app

0 commit comments

Comments
 (0)