Skip to content

Commit

Permalink
CI: Fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed May 15, 2023
1 parent cff24af commit d4f49d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f49d6

Please sign in to comment.