File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2020 timeout-minutes : 60
2121 dependencies :
2222 name : Dependency checks
23+ if : ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
2324 runs-on : ubuntu-latest
2425 steps :
2526 - uses : actions/checkout@v4
6667 if : ${{ matrix.os == 'ubuntu-latest' }}
6768 run : ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -q -T 1C install javadoc:javadoc -DskipTests -D'dependency-check.skip' -D'license.skip' --projects '!exist-distribution,!exist-installer' --also-make
6869 - name : Maven Code Coverage (Develop branch on Linux only)
69- if : ${{ github.ref == 'refs/heads/develop' && matrix.os == 'ubuntu-latest' }}
70+ if : ${{ github.event_name != 'pull_request' && github. ref == 'refs/heads/develop' && matrix.os == 'ubuntu-latest' }}
7071 env :
7172 CI_NAME : github
7273 BRANCH_NAME_OR_REF : ${{ github.head_ref || github.ref }}
You can’t perform that action at this time.
0 commit comments