Skip to content

Commit 0f2b6fd

Browse files
committed
build: point verify ci to only head
1 parent c526669 commit 0f2b6fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: auths-dev/verify@v1
2020
with:
21-
allowed-signers: .auths/allowed_signers
21+
commits: ${{ github.event.pull_request.head.sha || github.sha }}
2222
fail-on-unsigned: true
2323
post-pr-comment: 'true'
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)