diff options
Diffstat (limited to '.github/workflows/android.yml')
-rw-r--r-- | .github/workflows/android.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 205a400..fe4e757 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml | |||
@@ -3,6 +3,10 @@ name: "Android" | |||
3 | 3 | ||
4 | on: [push, pull_request] | 4 | on: [push, pull_request] |
5 | 5 | ||
6 | concurrency: | ||
7 | group: "${{ github.workflow }}-${{ github.ref }}" | ||
8 | cancel-in-progress: true | ||
9 | |||
6 | jobs: | 10 | jobs: |
7 | test: | 11 | test: |
8 | name: "Test ${{ matrix.name }}" | 12 | name: "Test ${{ matrix.name }}" |