1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Declare that undeploy job needs cancel-jobs-before-undeploy job (#21894)

This commit is contained in:
James M. Greene
2021-10-05 12:31:47 -05:00
committed by GitHub
parent 18e173412a
commit 3184b254a0

View File

@@ -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