We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df163d commit 201c994Copy full SHA for 201c994
.github/workflows/cron-checks.yml
@@ -131,7 +131,6 @@ jobs:
131
build-old-xcode:
132
name: Build SDKs (Xcode 15)
133
runs-on: macos-15
134
- if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
135
env:
136
XCODE_VERSION: "15.4"
137
steps:
.github/workflows/smoke-checks.yml
@@ -104,7 +104,7 @@ jobs:
104
105
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
106
- name: Run Sonar analysis
107
- if: ${{ github.event.inputs.snapshots != 'true' }}
+ if: ${{ github.event.inputs.record_snapshots != 'true' }}
108
run: bundle exec fastlane sonar_upload
109
110
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments