Update build.yml

This commit is contained in:
dom
2025-12-18 22:29:19 +08:00
committed by GitHub
parent b4a5d985f5
commit 3ff521e103

View File

@@ -161,7 +161,7 @@ jobs:
tag: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || '' }}
linux_x64:
if: ${{ github.event_name == 'pull_request' || github.event.inputs.build_linux_x64 == 'true' }}
if: ${{ github.event.inputs.build_linux_x64 == 'true' }}
uses: ./.github/workflows/linux_x64.yml
permissions: write-all
with: