Skip to content

Commit 5508dd8

Browse files
committed
fixup! fixup! fixup! fixup! chore(ci): add workflow to validate gpg/ folder content
1 parent 0be591a commit 5508dd8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747
with:
48-
fetch-depth: 2 # We need at least 2 to verify if the keyring has changed (so we can skip
49-
# the release signature verification if it hasn't).
50-
# The assumption is that we're either on a PR (in which case a depth of 2
51-
# gives us the merge commit + the tip of the base branch), or, for push
52-
# events, that it comes from a PR that was merged via a merge commit or
53-
# squashed into a single one.
48+
fetch-depth: 0 # We need 0 to validate the git commit signatures.
5449
persist-credentials: false
5550
- name: Export pubring content
5651
run: |

0 commit comments

Comments
 (0)