Skip to content

Commit

Permalink
fix(ci): invoking UEFI loader only on release build
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Nov 10, 2024
1 parent 7c8f595 commit c6a6188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
DRIVER_ARTIFACT_ID: ${{ steps.uefi-driver-upload.outputs.artifact-id }}
GITHUB_SHA: ${{ github.sha }}
GITHUB_REF_NAME: ${{ github.ref_name || 'unknown' }}
if: ${{ env.UEFI_MAPPER_GITHUB_TOKEN != '' }}
if: ${{ env.UEFI_MAPPER_GITHUB_TOKEN != '' && github.ref == 'ref/head/release' }}
run: ./.github/workflows/invoke-mapper.ps1

build-driver-interface:
Expand Down

0 comments on commit c6a6188

Please sign in to comment.