Skip to content

Commit 201c994

Browse files
committed
Fix issues
1 parent 4df163d commit 201c994

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cron-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ jobs:
131131
build-old-xcode:
132132
name: Build SDKs (Xcode 15)
133133
runs-on: macos-15
134-
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
135134
env:
136135
XCODE_VERSION: "15.4"
137136
steps:

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
106106
- name: Run Sonar analysis
107-
if: ${{ github.event.inputs.snapshots != 'true' }}
107+
if: ${{ github.event.inputs.record_snapshots != 'true' }}
108108
run: bundle exec fastlane sonar_upload
109109
env:
110110
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)