Fix static build conditions to run on release and nightly builds. (#19579)
Austin S. Hemmelgarn committed
Feb 5, 2025 at 07:14 UTC
873ab77648191cdc19a5d7399b1de24fb179ef00
1 file changed
-1
.github/workflows/build.yml
-1
@@ -185,7 +185,6 @@ jobs:
185
static-matrix: # Generate the static build matrix.
186
name: Prepare Build Matrix
187
runs-on: ubuntu-latest
188
- if: github.event_name != 'workflow_dispatch'
188
outputs:
189
matrix: ${{ steps.set-matrix.outputs.matrix }}
190
steps: