CI: Fix Android build

pull/8180/head
Laurent Cozic 2023-05-15 19:58:59 +01:00
parent cff24af099
commit d4f49d6a02
1 changed files with 1 additions and 2 deletions

View File

@ -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