Skip to content

Commit 7c90fc7

Browse files
authored
Update ci.yml
1 parent d5f52d8 commit 7c90fc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
test_android_jvm_linux_trusted:
1111
runs-on: ubuntu-latest
12-
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
1312
environment: testing
1413
env:
1514
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
@@ -33,4 +32,4 @@ jobs:
3332
if: always()
3433
with:
3534
name: code-coverage-report
36-
path: build/reports
35+
path: build/reports

0 commit comments

Comments
 (0)