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.
pull_request_target
1 parent 4c5394b commit 7d3b423Copy full SHA for 7d3b423
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request:
+ pull_request_target:
8
9
jobs:
10
build:
@@ -33,4 +33,4 @@ jobs:
33
- name: Build with Maven
34
env:
35
BROWSER: chrome-container
36
- run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Dgpg.skip'
+ run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Dgpg.skip' -Pno-ui-tests
0 commit comments