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 d3f4f10 commit 16704f7Copy full SHA for 16704f7
.github/workflows/maven.yml
@@ -148,7 +148,7 @@ jobs:
148
# Do not run coverage for forks since they cannot upload
149
# the results to codecov. For reference, see:
150
# https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution#example-only-run-job-for-specific-repository
151
- if: github.repository == 'casid/jte' && !startsWith(github.ref, 'refs/heads/dependabot/')
+ if: github.repository == 'casid/jte' && !startsWith(github.head_ref, 'dependabot/')
152
runs-on: ubuntu-latest
153
needs:
154
- test-gradle-plugin
0 commit comments