зеркало из https://github.com/Azure/ipam.git
Fixed workflow dependencies
This commit is contained in:
Родитель
efc0ba9ad5
Коммит
88f7aa1f8c
|
@ -128,7 +128,7 @@ jobs:
|
|||
test:
|
||||
name: Test Azure IPAM
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ deploy, sleep ]
|
||||
needs: [ deploy ]
|
||||
steps:
|
||||
- name: Install Testing Prerequisites
|
||||
shell: pwsh
|
||||
|
@ -176,7 +176,7 @@ jobs:
|
|||
cleanup:
|
||||
name: Cleanup Azure IPAM
|
||||
runs-on: ubuntu-latest
|
||||
needs: [ deploy, sleep, test ]
|
||||
needs: [ deploy, test ]
|
||||
steps:
|
||||
- name: Install Deployment Prerequisites
|
||||
shell: pwsh
|
||||
|
|
Загрузка…
Ссылка в новой задаче