mirror of https://github.com/laurent22/joplin.git
CI: Fix Android build
parent
cff24af099
commit
d4f49d6a02
|
@ -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…
Reference in New Issue