From 9891b3da488d31beae22beb6ae0d5ee2b4989e5f Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Tue, 9 Jul 2024 11:47:42 +0200 Subject: [PATCH] Fix build-deps workflow yaml (#18002) --- .github/workflows/build-deps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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