Skip to content

Commit d3c78e9

Browse files
committed
chore: skip native builds (temp)
Signed-off-by: Sam Gammon <[email protected]>
1 parent b5bf3df commit d3c78e9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/on.pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ jobs:
5959
with:
6060
runner: ${{ matrix.runner }}
6161
label: ${{ matrix.label }}
62+
native: false
63+
ios: false

.github/workflows/on.push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040
with:
4141
runner: ${{ matrix.runner }}
4242
label: ${{ matrix.label }}
43+
native: false
44+
ios: false

0 commit comments

Comments
 (0)