Skip to content

Commit

Permalink
ci: remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Sep 1, 2023
1 parent d2f393b commit cfbcf0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
runs-on: ubuntu-latest
env:
TURBO_CACHE_DIR: .turbo/android
if: |
contains(github.event.head_commit.modified, 'android') ||
contains(github.event.head_commit.modified, '.github/workflows/')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cfbcf0d

Please sign in to comment.