mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-16 16:26:33 -06:00
don't run maestro on forks (#834)
This commit is contained in:
2
.github/workflows/maestro-test.yml
vendored
2
.github/workflows/maestro-test.yml
vendored
@@ -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