Skip to content

Commit 1967d03

Browse files
committed
feat: use build-only to test pull request
1 parent f8bf1d4 commit 1967d03

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-pr.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,10 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v4
3737

38-
- name: Import GPG Key
39-
uses: regolith-linux/actions/import-gpg@main
40-
with:
41-
gpg-key: "${{ secrets.PACKAGE_PRIVATE_KEY2 }}"
42-
4338
- name: Build Package
4439
uses: regolith-linux/actions/build-package@main
4540
with:
41+
only-build: "true"
4642
name: "${{ github.event.repository.name }}"
4743
distro: "${{ matrix.distro }}"
4844
codename: "${{ matrix.codename }}"

0 commit comments

Comments
 (0)