Skip to content

Commit

Permalink
Merge pull request #12 from regolith-linux/build-only-pr-bookworm
Browse files Browse the repository at this point in the history
feat: use build-only to test pull request
  • Loading branch information
khos2ow authored Feb 21, 2025
2 parents 5e5b6ce + 2060a62 commit a5efbf2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Import GPG Key
uses: regolith-linux/actions/import-gpg@main
with:
gpg-key: "${{ secrets.PACKAGE_PRIVATE_KEY2 }}"

- name: Build Package
uses: regolith-linux/actions/build-package@main
with:
only-build: "true"
name: "${{ github.event.repository.name }}"
distro: "${{ matrix.distro }}"
codename: "${{ matrix.codename }}"
Expand Down

0 comments on commit a5efbf2

Please sign in to comment.