Skip to content

Commit 3dccab4

Browse files
[CI] Run build and emulator jobs in parallel
1 parent b7d2249 commit 3dccab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
path: ~/.m2
8282
if-no-files-found: error
8383
emulator:
84+
if: "!contains(github.event.head_commit.message, '[SkipCI]')"
8485
runs-on: ubuntu-22.04
8586
name: android-${{ matrix.emulator.api_level }} on ${{ matrix.emulator.arch }} (${{ matrix.emulator.api_type_target }})
86-
needs: build
8787
strategy:
8888
fail-fast: false
8989
matrix:

0 commit comments

Comments
 (0)