Skip to content

Commit 362701c

Browse files
committed
address cursor bug bot
1 parent d7c9445 commit 362701c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-ios-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
path: |
153153
~/Library/Developer/Xcode/DerivedData
154154
ios/build
155-
key: ${{ runner.os }}-xcode-${{ github.ref_name }}-${{ env.XCODE_CACHE_VERSION }}-${{ hashFiles('ios/**/*.{h,m,mm,swift}', 'ios/**/Podfile.lock', 'yarn.lock') }}-${{ github.run_id }}
155+
key: ${{ runner.os }}-xcode-${{ github.ref_name }}-${{ env.XCODE_CACHE_VERSION }}-${{ hashFiles('ios/**/*.{h,m,mm,swift}', 'ios/**/Podfile.lock', 'yarn.lock') }}
156156

157157
- name: Restore Xcode derived data from main cache
158158
if: ${{ steps.gate.outputs.needs-native-build == 'true' && steps.xcode-restore-cache.outputs.cache-hit != 'true' && github.ref_name != 'main' }}
@@ -163,7 +163,7 @@ jobs:
163163
path: |
164164
~/Library/Developer/Xcode/DerivedData
165165
ios/build
166-
key: ${{ runner.os }}-xcode-main-${{ env.XCODE_CACHE_VERSION }}-${{ hashFiles('ios/**/*.{h,m,mm,swift}', 'ios/**/Podfile.lock', 'yarn.lock') }}-${{ github.run_id }}
166+
key: ${{ runner.os }}-xcode-main-${{ env.XCODE_CACHE_VERSION }}-${{ hashFiles('ios/**/*.{h,m,mm,swift}', 'ios/**/Podfile.lock', 'yarn.lock') }}
167167

168168
# Install Node.js, Xcode tools, and other iOS development dependencies.
169169
- name: Installing iOS Environment Setup

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
post-build-source-hash:
9090
name: Post build-source-hash commit status
9191
runs-on: ubuntu-latest
92+
if: ${{ needs.get_requirements.outputs.skip_everything != 'true' }}
9293
permissions:
9394
contents: read
9495
statuses: write

0 commit comments

Comments
 (0)