Skip to content

Commit

Permalink
[FB] Workflow | Enable x86 win build on stable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Oct 22, 2023
1 parent 99b33c1 commit b1432cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
################################################################ ↑ Windows x86_64 Build ###################################################################################

Part1-win-x86-build-with-profdata-and-jarlog:
if: inputs.lightning-build == 'false'
if: ${{ !inputs.lightning-build }}
needs: [get-buildid]
uses: ./.github/workflows/windows-build.yml
with:
Expand Down

0 comments on commit b1432cd

Please sign in to comment.