File tree 4 files changed +24
-14
lines changed
4 files changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name: Remote Build Android Hybrid
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
- branches : [main]
6
+ branches-ignore : [staging, production]
7
+
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
7
10
8
11
jobs :
9
12
build :
14
17
uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15
18
with :
16
19
submodules : true
17
- ref : ${{ github.event.pull_request.head.sha }}
18
20
token : ${{ secrets.OS_BOTIFY_TOKEN }}
19
21
20
- - name : Setup NodeJS
22
+ - name : Setup Node
21
23
uses : ./.github/actions/composite/setupNode
22
24
23
25
- name : RNEF Remote Build - Android
26
28
PROJECT_ROOT_PATH : " Mobile-Expensify/"
27
29
with :
28
30
variant : Debug
29
- github-token : ${{ secrets.GITHUB_TOKEN }}
31
+ github-token : ${{ github.token }}
30
32
comment-bot : false
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name: Remote Build Android Newdot
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
- branches : [main]
6
+ branches-ignore : [staging, production]
7
+
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
7
10
8
11
jobs :
9
12
build :
@@ -13,12 +16,12 @@ jobs:
13
16
# v4
14
17
uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15
18
16
- - name : Setup NodeJS
19
+ - name : Setup Node
17
20
uses : ./.github/actions/composite/setupNode
18
21
19
22
- name : RNEF Remote Build - Android
20
23
uses : callstackincubator/android@a49920aadab9f41951944ea52bb7983fa6b20b03
21
24
with :
22
25
variant : developmentDebug
23
- github-token : ${{ secrets.GITHUB_TOKEN }}
26
+ github-token : ${{ github.token }}
24
27
comment-bot : false
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name: Remote Build iOS Hybrid
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
- branches : [main]
6
+ branches-ignore : [staging, production]
7
+
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
7
10
8
11
jobs :
9
12
build :
14
17
uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15
18
with :
16
19
submodules : true
17
- ref : ${{ github.event.pull_request.head.sha }}
18
20
token : ${{ secrets.OS_BOTIFY_TOKEN }}
19
21
20
- - name : Setup NodeJS
22
+ - name : Setup Node
21
23
uses : ./.github/actions/composite/setupNode
22
24
23
25
- name : RNEF Remote Build - iOS
28
30
destination : simulator
29
31
scheme : ' Expensify Dev'
30
32
configuration : Debug
31
- github-token : ${{ secrets.GITHUB_TOKEN }}
33
+ github-token : ${{ github.token }}
32
34
comment-bot : false
Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name: Remote Build iOS Newdot
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
- branches : [main]
6
+ branches-ignore : [staging, production]
7
+
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}
7
10
8
11
jobs :
9
12
build :
13
16
# v4
14
17
uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
15
18
16
- - name : Setup NodeJS
19
+ - name : Setup Node
17
20
uses : ./.github/actions/composite/setupNode
18
21
19
22
- name : RNEF Remote Build - iOS
22
25
destination : simulator
23
26
scheme : ' New Expensify Dev'
24
27
configuration : DebugDevelopment
25
- github-token : ${{ secrets.GITHUB_TOKEN }}
28
+ github-token : ${{ github.token }}
26
29
comment-bot : false
You can’t perform that action at this time.
0 commit comments