We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8290d commit 3723e86Copy full SHA for 3723e86
1 file changed
.github/workflows/android.yml
@@ -1,12 +1,17 @@
1
name: Android CI
2
3
on:
4
- - pull_request
5
- - push
+ pull_request:
+ push:
6
+
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9
+ cancel-in-progress: true
10
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
+ timeout-minutes: 30
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up JDK 17
0 commit comments