We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f52d8 commit 7c90fc7Copy full SHA for 7c90fc7
.github/workflows/ci.yml
@@ -9,7 +9,6 @@ on:
9
jobs:
10
test_android_jvm_linux_trusted:
11
runs-on: ubuntu-latest
12
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
13
environment: testing
14
env:
15
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
@@ -33,4 +32,4 @@ jobs:
33
32
if: always()
34
with:
35
name: code-coverage-report
36
- path: build/reports
+ path: build/reports
0 commit comments