From 3184b254a0edc4d6a3caeea2a3742b4518cd276a Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 5 Oct 2021 12:31:47 -0500 Subject: [PATCH] Declare that undeploy job needs cancel-jobs-before-undeploy job (#21894) --- .github/workflows/staging-undeploy-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/staging-undeploy-pr.yml b/.github/workflows/staging-undeploy-pr.yml index e71e363f1f..35a662d9fd 100644 --- a/.github/workflows/staging-undeploy-pr.yml +++ b/.github/workflows/staging-undeploy-pr.yml @@ -42,6 +42,7 @@ jobs: echo 'Cancelling other deployment runs (if any)...' undeploy: + needs: cancel-jobs-before-undeploy if: ${{ github.repository == 'github/docs-internal' || github.repository == 'github/docs' }} runs-on: ubuntu-latest timeout-minutes: 5