Skip to content

Commit

Permalink
ci: use pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 24, 2024
1 parent 66972b7 commit edb48c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-commit-signing.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: Check if commits are signed
on:
# pull_request_target:
pull_request:
pull_request_target:
branches: [main]
concurrency:
group: ${{ github.workflow }}--${{ github.head_ref }} # github.ref is unavailable in case of pull_request_target
Expand Down

0 comments on commit edb48c1

Please sign in to comment.