This commit is contained in:
Matthew Garrett 2023-08-27 22:53:50 -07:00
Родитель efc0ba9ad5
Коммит 88f7aa1f8c
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/azure-ipam-testing.yml поставляемый
Просмотреть файл

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