File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212jobs :
1313 test-java :
1414 runs-on : ubuntu-latest
15+ # avoids duplicate execution of pr from local repo, but allows pr from forked repos and dependabot
16+ if : (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && (github.event.pull_request.head.repo.fork || startsWith(github.head_ref, 'dependabot/')))
1517 defaults :
1618 run :
1719 working-directory : java
4850 java/target/tmp*/*.html
4951 test-net :
5052 runs-on : ubuntu-latest
53+ # avoids duplicate execution of pr from local repo, but allows pr from forked repos and dependabot
54+ if : (github.event_name != 'pull_request' && ! github.event.pull_request.head.repo.fork) || (github.event_name == 'pull_request' && (github.event.pull_request.head.repo.fork || startsWith(github.head_ref, 'dependabot/')))
5155 defaults :
5256 run :
5357 working-directory : net
You can’t perform that action at this time.
0 commit comments