Skip to content

Commit 6c86ca6

Browse files
committed
Don't sign during PR builds
1 parent e2649c4 commit 6c86ca6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
run: mkosi --debug --profile=build-systemd
4343
- name: Remove symlinks
4444
run: find out/ -type l -delete
45-
- name: Sign artifacts
46-
run: for file in out/* ; do cosign sign-blob -d -y --bundle "${file}.sigbundle" "${file}"; done
4745
- name: Upload tools artifact
4846
id: upload-tools
4947
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)