summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-07-24 15:17:47 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-07-24 15:18:00 +0200
commitce04bd9bfd1749766ba18e65cc982d381f826c83 (patch)
tree4f0ef3374f133a91c13f694302ca2535adac18f7 /.github/workflows
parent5d5f1e64a282ed39e67c5b9495dc39c9f8bd7b50 (diff)
downloadmullvadvpn-ce04bd9bfd1749766ba18e65cc982d381f826c83.tar.xz
mullvadvpn-ce04bd9bfd1749766ba18e65cc982d381f826c83.zip
Update names for git signature checking CI job
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/verify-locked-down-signatures.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/verify-locked-down-signatures.yml b/.github/workflows/verify-locked-down-signatures.yml
index 70b0a4bdb4..e4d71a99fb 100644
--- a/.github/workflows/verify-locked-down-signatures.yml
+++ b/.github/workflows/verify-locked-down-signatures.yml
@@ -1,5 +1,5 @@
---
-name: Verify lockfile signatures
+name: Verify git signatures on important files
on:
pull_request:
paths:
@@ -39,6 +39,7 @@ permissions: {}
jobs:
verify-signatures:
+ name: Verify git signatures
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4