Skip to content

Commit

Permalink
Github Action: Fix condition on Manual Action
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Negrier Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed Apr 7, 2024
1 parent d03afed commit 5b47533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
# Use to test kernel patch build if needed
release-kernel-patch:
runs-on: ubuntu-latest
if: ${{ github.event.inputs.BUILD_KERNEL_PATCH }} == 'true'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build kernel patch
if: ${{ github.event.inputs.BUILD_KERNEL_PATCH }} == 'true'
run: ./deploy/build_kernelpatch.sh
shell: bash

0 comments on commit 5b47533

Please sign in to comment.