Skip to content

Commit

Permalink
use pull_request_target to verify the patch
Browse files Browse the repository at this point in the history
this uses pull_request_target to verify the PR, this makes sure that we
always run what's there on main.

Signed-off-by: kranurag7 <[email protected]>
  • Loading branch information
kranurag7 committed Mar 15, 2024
1 parent 1766f38 commit 7b68916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Verify Pull Request
on: # yamllint disable-line rule:truthy
pull_request:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
# yamllint disable rule:line-length
jobs:
Expand Down

0 comments on commit 7b68916

Please sign in to comment.