Skip to content

Commit 7d3b423

Browse files
committed
Use pull_request_target for all workflows.
1 parent 4c5394b commit 7d3b423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request_target:
88

99
jobs:
1010
build:
@@ -33,4 +33,4 @@ jobs:
3333
- name: Build with Maven
3434
env:
3535
BROWSER: chrome-container
36-
run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Dgpg.skip'
36+
run: mvn -V --color always -ntp clean verify '-Djenkins.test.timeout=5000' '-Dgpg.skip' -Pno-ui-tests

0 commit comments

Comments
 (0)