Skip to content

Commit 0b2e348

Browse files
committed
Fix job name in dependent list for apk job
1 parent 6d68ab6 commit 0b2e348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: ./gradlew lint --stacktrace
2121

2222
apk:
23-
needs: test
23+
needs: lint
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)