Browse Source

chore: skip mobile app build for dependabot (#4001)

Jason Rasmussen 1 year ago
parent
commit
a4a6a97aa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-mobile.yml

+ 1 - 1
.github/workflows/build-mobile.yml

@@ -19,7 +19,7 @@ jobs:
   build-sign-android:
   build-sign-android:
     name: Build and sign Android
     name: Build and sign Android
     # Skip when PR from a fork
     # 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
     runs-on: macos-12
 
 
     steps:
     steps: