Skip to content

Commit

Permalink
Merge pull request #123 from SovereignCloudStack/kr/use-pull-request-…
Browse files Browse the repository at this point in the history
…target

🌱 use pull_request_target to verify the patch
  • Loading branch information
kranurag7 authored Mar 15, 2024
2 parents 1766f38 + 7b68916 commit ae0c018
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 ae0c018

Please sign in to comment.