diff --git a/.github/workflows/resolve_networks.yml b/.github/workflows/resolve_networks.yml index fb8d472..737da65 100644 --- a/.github/workflows/resolve_networks.yml +++ b/.github/workflows/resolve_networks.yml @@ -21,8 +21,6 @@ jobs: run: shell: bash - needs: get_lists - steps: - uses: actions/checkout@v4 with: @@ -45,7 +43,7 @@ jobs: run: shell: bash - needs: get_lists + needs: resolve_asn steps: - uses: actions/checkout@v4 @@ -69,7 +67,7 @@ jobs: run: shell: bash - needs: get_lists + needs: resolve_ipv4 steps: - uses: actions/checkout@v4