Skip to content

Commit 13fc589

Browse files
committed
adjust new rnef commit for testing
1 parent cb324bf commit 13fc589

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

.github/workflows/remote-build-android.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Remote Build Android
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches-ignore: [staging, production]
7-
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
5+
# push:
6+
# branches-ignore: [staging, production]
7+
# paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
@@ -37,7 +37,9 @@ jobs:
3737

3838
- name: RNEF Remote Build - Android
3939
# Commit from Jul 23, 2025
40-
uses: callstackincubator/android@4bcd9a15e7e358c1d4eeb482918c1fba064b1b8d
40+
# uses: callstackincubator/android@4bcd9a15e7e358c1d4eeb482918c1fba064b1b8d
41+
# commit with logging errors
42+
uses: callstackincubator/android@dd791dec75f5fbb0adbd1f3d1417a3f2b3866881
4143
env:
4244
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4345
with:

.github/workflows/remote-build-ios.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Remote Build iOS
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches-ignore: [staging, production]
7-
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
5+
# push:
6+
# branches-ignore: [staging, production]
7+
# paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
@@ -39,7 +39,9 @@ jobs:
3939

4040
- name: RNEF Remote Build - iOS
4141
# commit from Jul 23, 2025
42-
uses: callstackincubator/ios@0a70afc8f4ab36ead9c304bb3059f2e0cfe5f25a
42+
# uses: callstackincubator/ios@0a70afc8f4ab36ead9c304bb3059f2e0cfe5f25a
43+
# commit with logging errors
44+
uses: callstackincubator/ios@57aca6e1e4276e259bab7a43986d6cb51dde59fc
4345
env:
4446
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4547
with:

0 commit comments

Comments
 (0)