Skip to content

Commit

Permalink
Do not build static macOS binaries for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Mar 28, 2024
1 parent f7de108 commit b2b347d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build statically linked macOS binaries
# Only do this when explicitly requested since it takes a long time to
# build on macOS; no need to waste resources
# if: ${{ github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'workflow_dispatch' }}
strategy:
matrix:
include:
Expand Down

0 comments on commit b2b347d

Please sign in to comment.