Skip to content

Commit a1ca0a8

Browse files
committed
Fix workflow name
1 parent 740db94 commit a1ca0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: tests
1+
name: android
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
linux:
10+
android-tests:
1111
runs-on: ubuntu-24.04
1212
name: Ubuntu 24.04
1313
steps:

0 commit comments

Comments
 (0)