Skip to content

Commit 17447cc

Browse files
authored
Merge pull request #2 from regolith-linux/build-only-pr
feat: use build-only to test pull request
2 parents 783ba24 + cb25e0f commit 17447cc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 5 deletions
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)