Skip to content

Commit

Permalink
fix(ci): Don't sign kernel on PR (#1431)
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU authored Jun 23, 2024
1 parent 05a262a commit 42e9854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Check just syntax
uses: ublue-os/just-action@v1

- name: Generate tags
id: generate-tags
shell: bash
Expand Down Expand Up @@ -229,6 +229,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 42e9854

Please sign in to comment.