Skip to content

Commit

Permalink
Fixed workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 28, 2023
1 parent efc0ba9 commit 88f7aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88f7aa1

Please sign in to comment.