diff --git a/.github/workflows/reusable_e2e.yaml b/.github/workflows/reusable_e2e.yaml index c5339d77..c26f8765 100644 --- a/.github/workflows/reusable_e2e.yaml +++ b/.github/workflows/reusable_e2e.yaml @@ -21,14 +21,6 @@ jobs: env: CI_BUILD_PLUGIN: "true" steps: - - name: Public IP - id: ip - uses: haythem/public-ip@v1.3 - - name: Print Public IP - run: | - echo ${{ steps.ip.outputs.ipv4 }} - echo ${{ steps.ip.outputs.ipv6 }} - - name: Remove unnecessary files run: | sudo rm -rf /usr/share/dotnet