mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-17 20:48:11 +02:00
CI: Fix Android build
This commit is contained in:
parent
cff24af099
commit
d4f49d6a02
3
.github/workflows/build-android.yml
vendored
3
.github/workflows/build-android.yml
vendored
@ -17,9 +17,8 @@ jobs:
|
||||
concurrent_skipping: 'same_content_newer'
|
||||
|
||||
BuildAndroidDebug:
|
||||
if: github.repository == 'laurent22/joplin'
|
||||
needs: pre_job
|
||||
if: needs.pre_job.outputs.should_skip != 'true'
|
||||
if: github.repository == 'laurent22/joplin' && needs.pre_job.outputs.should_skip != 'true'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Linux dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user