File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
packages/create-react-native-library/templates/common/$.github/workflows Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 10
10
types :
11
11
- checks_requested
12
12
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.ref }}
15
+ cancel-in-progress : true
16
+
13
17
jobs :
14
18
lint :
15
19
runs-on : ubuntu-latest
55
59
56
60
<% if (project.native) { - % >
57
61
build-android :
58
- concurrency :
59
- group : ${{ github.workflow }}-${{ github.ref }}
60
- cancel-in-progress : true
61
-
62
62
runs-on : ubuntu-latest
63
63
64
64
env :
@@ -122,10 +122,6 @@ jobs:
122
122
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
123
123
124
124
build-ios :
125
- concurrency :
126
- group : ${{ github.workflow }}-${{ github.ref }}
127
- cancel-in-progress : true
128
-
129
125
runs-on : macos-latest
130
126
131
127
env :
You can’t perform that action at this time.
0 commit comments