Skip to content

Commit e70c86e

Browse files
committed
logical and, not or for skip condition
1 parent 48aad75 commit e70c86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
upload_buildcache_log: 'true'
494494

495495
- name: Build the iOS app
496-
if: ${{ steps.app-cache.outputs.cache-hit != 'true' || !contains(github.event.pull_request.labels.*.name, 'ci/skip-detox') }}
496+
if: ${{ steps.app-cache.outputs.cache-hit != 'true' && !contains(github.event.pull_request.labels.*.name, 'ci/skip-detox') }}
497497
env:
498498
SKIP_BUNDLING: 'true'
499499
run: npx detox build e2e --configuration ios.sim.release

0 commit comments

Comments
 (0)