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 48aad75 commit e70c86eCopy full SHA for e70c86e
.github/workflows/check.yml
@@ -493,7 +493,7 @@ jobs:
493
upload_buildcache_log: 'true'
494
495
- name: Build the iOS app
496
- if: ${{ steps.app-cache.outputs.cache-hit != 'true' || !contains(github.event.pull_request.labels.*.name, 'ci/skip-detox') }}
+ if: ${{ steps.app-cache.outputs.cache-hit != 'true' && !contains(github.event.pull_request.labels.*.name, 'ci/skip-detox') }}
497
env:
498
SKIP_BUNDLING: 'true'
499
run: npx detox build e2e --configuration ios.sim.release
0 commit comments