Skip to content

Commit

Permalink
Fix build-deps workflow yaml (#18002)
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Jul 9, 2024
1 parent 907cb90 commit 9891b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ jobs:

publish:
name: Publish artifacts
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && (github.ref ==
github.event.repository.default_branch || startsWith(github.ref, '7.')))
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && (github.ref == github.event.repository.default_branch || startsWith(github.ref, '7.')))
needs:
- build
- build-macos
Expand Down

0 comments on commit 9891b3d

Please sign in to comment.