|
23 | 23 | with: |
24 | 24 | ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }} |
25 | 25 | - name: Clone submodules |
| 26 | + if: github.repository == 'element-hq/element-x-android' |
26 | 27 | run: git submodule update --init --recursive |
27 | 28 | - name: Run code quality check suite |
28 | 29 | run: ./tools/check/check_code_quality.sh |
|
79 | 80 | with: |
80 | 81 | ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }} |
81 | 82 | - name: Clone submodules |
| 83 | + if: github.repository == 'element-hq/element-x-android' |
82 | 84 | run: git submodule update --init --recursive |
83 | 85 | - name: Use JDK 17 |
84 | 86 | uses: actions/setup-java@v4 |
@@ -117,6 +119,7 @@ jobs: |
117 | 119 | with: |
118 | 120 | ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }} |
119 | 121 | - name: Clone submodules |
| 122 | + if: github.repository == 'element-hq/element-x-android' |
120 | 123 | run: git submodule update --init --recursive |
121 | 124 | - name: Use JDK 17 |
122 | 125 | uses: actions/setup-java@v4 |
@@ -159,6 +162,7 @@ jobs: |
159 | 162 | with: |
160 | 163 | ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }} |
161 | 164 | - name: Clone submodules |
| 165 | + if: github.repository == 'element-hq/element-x-android' |
162 | 166 | run: git submodule update --init --recursive |
163 | 167 | - name: Use JDK 17 |
164 | 168 | uses: actions/setup-java@v4 |
@@ -197,6 +201,7 @@ jobs: |
197 | 201 | with: |
198 | 202 | ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }} |
199 | 203 | - name: Clone submodules |
| 204 | + if: github.repository == 'element-hq/element-x-android' |
200 | 205 | run: git submodule update --init --recursive |
201 | 206 | - name: Use JDK 17 |
202 | 207 | uses: actions/setup-java@v4 |
@@ -235,6 +240,7 @@ jobs: |
235 | 240 | with: |
236 | 241 | ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }} |
237 | 242 | - name: Clone submodules |
| 243 | + if: github.repository == 'element-hq/element-x-android' |
238 | 244 | run: git submodule update --init --recursive |
239 | 245 | - name: Use JDK 17 |
240 | 246 | uses: actions/setup-java@v4 |
|
0 commit comments