mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 18:10:31 -05:00
don't run maestro on forks (#834)
This commit is contained in:
@@ -11,6 +11,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build-android:
|
||||
if: github.repository == 'Jellify-Music/App'
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
version: ${{ steps.setver.outputs.version }}
|
||||
@@ -64,6 +65,7 @@ jobs:
|
||||
|
||||
|
||||
run-maestro-tests:
|
||||
if: github.repository == 'Jellify-Music/App'
|
||||
runs-on: ubuntu-latest
|
||||
needs: build-android
|
||||
|
||||
|
||||
Reference in New Issue
Block a user