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 20
20
timeout-minutes : 60
21
21
dependencies :
22
22
name : Dependency checks
23
+ if : ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/develop' }}
23
24
runs-on : ubuntu-latest
24
25
steps :
25
26
- uses : actions/checkout@v4
66
67
if : ${{ matrix.os == 'ubuntu-latest' }}
67
68
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
68
69
- 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' }}
70
71
env :
71
72
CI_NAME : github
72
73
BRANCH_NAME_OR_REF : ${{ github.head_ref || github.ref }}
You can’t perform that action at this time.
0 commit comments