Skip to content

Commit 3d0b5b1

Browse files
authored
Fix two workflow triggers (#2884)
Signed-off-by: Matthias Goerens <mgoerens@redhat.com>
1 parent 8c036c1 commit 3d0b5b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# NOTE: There are implementation details in this workflow that require the
55
# triggering event be pull_request_target or pull_request. See
66
# TRUSTED_REF before changing the events that can trigger this workflow.
7-
pull_request:
7+
pull_request_target:
88
types: [opened, synchronize, reopened, edited, ready_for_review, labeled]
99

1010
env:

.github/workflows/owners-redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
# NOTE: There are implementation details in this workflow that require the
99
# triggering event be pull_request_target or pull_request. See
1010
# TRUSTED_REF before changing the events that can trigger this workflow.
11-
pull_request:
11+
pull_request_target:
1212
paths:
1313
- charts/redhat/**/OWNERS
1414
- charts/community/redhat/**/OWNERS

0 commit comments

Comments
 (0)