diff --git a/.github/workflows/build-deps.yml b/.github/workflows/build-deps.yml index 53b76c571802f..9c3391071169c 100644 --- a/.github/workflows/build-deps.yml +++ b/.github/workflows/build-deps.yml @@ -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