chore: skip mobile app build for dependabot (#4001)
parent
608543da0b
commit
a4a6a97aa8
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
build-sign-android:
|
||||
name: Build and sign Android
|
||||
# Skip when PR from a fork
|
||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
|
||||
runs-on: macos-12
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue