From 0646a6e99da79cc0871a595ccad8ed9d9a99732d Mon Sep 17 00:00:00 2001 From: Be Date: Sun, 3 Mar 2024 13:47:55 +0100 Subject: [PATCH] whois resolve limit --- .github/workflows/resolve_networks.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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