diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index d51270a4681d5..786ee16fc2793 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -24,6 +24,11 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} + # This is necessary because GitHub Actions does not support IPv6 yet + # And if a user has `ipv6: true` set in their yaml config, it wouldn't work otherwise + # + - name: Setup WARP + uses: fscarmen/warp-on-actions@v2 - name: Update response time uses: upptime/uptime-monitor@v1.35.0 with: