Skip to content

Commit

Permalink
fix:remove needs from mobile build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Oct 16, 2023
1 parent a4132fa commit 9a8d021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile-deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-android:
needs: detox-android
# needs: detox-android
runs-on: ${{ matrix.os }}
if: |
startsWith(github.ref, 'refs/tags/@quiet/mobile')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-deploy-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-ios:
needs: detox-ios
# needs: detox-ios
runs-on: ${{ matrix.os }}
if: |
startsWith(github.ref, 'refs/tags/@quiet/mobile')
Expand Down

0 comments on commit 9a8d021

Please sign in to comment.