Skip to content

Commit 6e89dad

Browse files
committed
Clearup CI
1 parent 7d69dbc commit 6e89dad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
build:
1111
name: Build on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
13-
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }}
1413
strategy:
15-
fail-fast: false
1614
matrix:
1715
os: [ ubuntu-latest ]
1816
env:
@@ -83,7 +81,6 @@ jobs:
8381
8482
- name: Build with Gradle
8583
run: |
86-
echo 'org.gradle.caching=true' >> gradle.properties
8784
echo 'org.gradle.parallel=true' >> gradle.properties
8885
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
8986
echo 'android.native.buildOutput=verbose' >> gradle.properties

0 commit comments

Comments
 (0)