Skip to content

Commit

Permalink
fix(ci): Don't sign kernel on PR (#590)
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU committed Jun 23, 2024
1 parent 897a07b commit a7dfe88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:

- name: Sign kernel
uses: ublue-os/[email protected]
if: github.event_name != 'pull_request'
with:
image: ${{ steps.build_image.outputs.image }}
default-tag: ${{ env.DEFAULT_TAG }}
Expand Down

0 comments on commit a7dfe88

Please sign in to comment.