Declare that undeploy job needs cancel-jobs-before-undeploy job (#21894)
This commit is contained in:
1
.github/workflows/staging-undeploy-pr.yml
vendored
1
.github/workflows/staging-undeploy-pr.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user