13
0
Fork 0
mirror of https://github.com/goreleaser/goreleaser-action.git synced 2026-07-03 19:49:37 +00:00

Do not test signing keys on PR

This commit is contained in:
CrazyMax 2020-11-06 20:48:03 +01:00
parent c5a3850c06
commit 70364181ef
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -51,6 +51,7 @@ jobs:
signing:
runs-on: ${{ matrix.os }}
if: github.event_name != 'pull_request'
strategy:
fail-fast: false
matrix: