From 3fae2f1e424408fb0fb7a11153985b5b0684b6c6 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 14 May 2024 18:58:22 +0000 Subject: [PATCH] ci: properly rely on adev for the adev-deploy job (#55797) Properly rely on the adev job so that the job actually triggers PR Close #55797 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 421f5716b3173..2293ae8360e9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,6 +247,7 @@ jobs: run: ./tools/saucelabs/sauce-service.sh stop adev-deploy: + needs: [adev] if: needs.adev.result == 'success' && github.event_name == 'push' runs-on: ubuntu-latest steps: