Skip to content

Commit 52862b7

Browse files
committed
chore: update workflows config.
1 parent 1b34c95 commit 52862b7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/build_ios_app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: iOS
22
on: [push, pull_request]
33

4+
env:
5+
SKIP_PREFLIGHT_CHECK: true
6+
47
# https://github.com/uiwjs/react-native-uiw/issues/156
58
jobs:
69
build:

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- master
6+
7+
env:
8+
SKIP_PREFLIGHT_CHECK: true
9+
610
jobs:
711
build-deploy:
812
runs-on: ubuntu-18.04

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Pull Request Build
22
on:
33
pull_request:
44

5+
env:
6+
SKIP_PREFLIGHT_CHECK: true
7+
58
jobs:
69
build-deploy:
710
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)